mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 03:29:16 +01:00
chore: ⬆️ Upgrade dependencies
This commit is contained in:
parent
cc54e95e92
commit
35dcf4d10e
14 changed files with 62 additions and 63 deletions
|
|
@ -14,7 +14,7 @@ export const useNoteData = (
|
|||
);
|
||||
const renderedNote = computed(() =>
|
||||
isReblog.value
|
||||
? toValue(noteProp)?.reblog ?? toValue(noteProp)
|
||||
? (toValue(noteProp)?.reblog ?? toValue(noteProp))
|
||||
: toValue(noteProp),
|
||||
);
|
||||
const showContentWarning = useSetting(SettingIds.ShowContentWarning);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue