Skip to content

Commit

Permalink
fix(MessagesList): show empty content
Browse files Browse the repository at this point in the history
Signed-off-by: DorraJaouad <dorra.jaoued7@gmail.com>
  • Loading branch information
DorraJaouad authored and Antreesy committed Mar 27, 2024
1 parent 2b20dab commit 79e10f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/MessagesList/MessagesList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ export default {

showLoadingAnimation() {
return !this.$store.getters.isMessageListPopulated(this.token)
&& !this.messagesList.length
},

showEmptyContent() {
Expand Down

0 comments on commit 79e10f1

Please sign in to comment.