fix emojis breaking user bio editing
This commit is contained in:
parent
e3234226a3
commit
6eceac4723
3 changed files with 19 additions and 15 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue