fix some warnings
This commit is contained in:
parent
d9154224db
commit
50202255b8
2 changed files with 3 additions and 4 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue