style: 🎨 Apply Biome

This commit is contained in:
Jesse Wierzbinski 2024-04-24 20:58:17 -10:00
parent a17df9fff8
commit d1f61dc32d
No known key found for this signature in database
4 changed files with 21 additions and 15 deletions

View file

@ -103,10 +103,10 @@ const client = await useMegalodon();
const mentions = await useResolveMentions(props.note?.mentions ?? [], client);
const content = props.note
? await useParsedContent(
props.note.content,
props.note.emojis,
mentions.value,
)
props.note.content,
props.note.emojis,
mentions.value,
)
: "";
const numberFormat = (number = 0) =>
new Intl.NumberFormat(undefined, {