Skip to content

Commit

Permalink
Fix eslint warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Dec 19, 2023
1 parent 00f9350 commit 93497d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions src/components/ChatView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
:container="containerId"
has-typing-indicator
:aria-label="t('spreed', 'Post message')" />

</div>
</template>

Expand Down Expand Up @@ -135,13 +134,13 @@ export default {

container() {
return this.$store.getters.getMainContainerSelector()
}
},
},

watch: {
container(value) {
this.containerId = value
}
},
},

mounted() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export default {
computed: {
lastReadMessageId() {
return this.$store.getters.conversation(this.token)?.lastReadMessage
}
},
},

watch: {
Expand Down

0 comments on commit 93497d9

Please sign in to comment.