fix emojis breaking user bio editing

This commit is contained in:
shibao 2026-03-08 16:41:01 +00:00
commit 6eceac4723
3 changed files with 19 additions and 15 deletions

View file

@ -277,10 +277,10 @@ const PostStatusForm = {
})
},
emoji() {
return useEmojiStore().standardEmojiList || []
return useEmojiStore().standardEmojiList
},
customEmoji() {
return useEmojiStore().customEmoji || []
return useEmojiStore().customEmoji
},
statusLength() {
return this.newStatus.status.length