fixed linting

This commit is contained in:
Markus 2023-07-13 22:56:38 +02:00
parent d73fd0cbb7
commit d496aef0a4

View File

@ -164,7 +164,7 @@ export default {
return chatStyle.STYLE.light
},
textMessages() {
return{
return {
ROOMS_EMPTY: this.$t('chat.roomsEmpty'),
ROOM_EMPTY: this.$t('chat.roomEmpty'),
NEW_MESSAGES: this.$t('chat.newMessages'),
@ -178,7 +178,7 @@ export default {
IS_TYPING: this.$t('chat.isTyping'),
CANCEL_SELECT_MESSAGE: this.$t('chat.cancelSelectMessage'),
}
}
},
},
methods: {
fetchMessages({ room, options = {} }) {