chore: 🎨 format

This commit is contained in:
ThatOneCalculator 2023-07-01 22:37:28 -07:00
parent fe495c6118
commit b5907fb86d
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -337,9 +337,7 @@ let appearNote = $computed(() =>
const isMyRenote = $i && $i.id === note.userId;
const showContent = ref(false);
const isDeleted = ref(false);
const muted = ref(
getWordSoftMute(note, $i, defaultStore.state.mutedWords)
);
const muted = ref(getWordSoftMute(note, $i, defaultStore.state.mutedWords));
const translation = ref(null);
const translating = ref(false);
const enableEmojiReactions = defaultStore.state.enableEmojiReactions;