Fix linting

This commit is contained in:
Wolfgang Huß 2023-07-20 12:04:37 +02:00
parent dee77df5f6
commit 883d7d89ab
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ import SelectUserSearch from '~/components/generic/SelectUserSearch/SelectUserSe
export default { export default {
name: 'AddChatRoomByUserSearch', name: 'AddChatRoomByUserSearch',
components: { components: {
SelectUserSearch SelectUserSearch,
}, },
props: { props: {
// chatRooms: { // chatRooms: {

View File

@ -48,7 +48,7 @@ export default {
}, },
showRoom(roomId) { showRoom(roomId) {
this.showChat({ showChat: true, roomID: roomId }) this.showChat({ showChat: true, roomID: roomId })
} },
}, },
} }
</script> </script>