fix some warnings

This commit is contained in:
Henry Jameson 2025-01-26 22:31:24 +02:00
commit 50202255b8
2 changed files with 3 additions and 4 deletions

View file

@ -92,6 +92,9 @@ export default {
threadIsMuted () {
return this.status.thread_muted
},
hideCustomEmoji () {
return !this.$store.state.instance.pleromaCustomEmojiReactionsAvailable
},
buttonInnerClass () {
return [
this.button.name + '-button',