chore: styles + partial ordering
This commit is contained in:
parent
8179e5159d
commit
e673492f30
8 changed files with 16 additions and 8 deletions
|
@ -9,7 +9,6 @@ export default {
|
|||
return string.replace(pattern, replacement);
|
||||
},
|
||||
replaceQuotes: (string) => string.replace(/"/g, """),
|
||||
formatNumber: (number) => number.toLocaleString("en-US"),
|
||||
htmlTruncate: (content, limit = 50) =>
|
||||
truncateHtml(content, limit, {
|
||||
byWords: true,
|
||||
|
|
Reference in a new issue