mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Fix linting
This commit is contained in:
parent
dee77df5f6
commit
883d7d89ab
@ -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: {
|
||||||
|
|||||||
@ -48,7 +48,7 @@ export default {
|
|||||||
},
|
},
|
||||||
showRoom(roomId) {
|
showRoom(roomId) {
|
||||||
this.showChat({ showChat: true, roomID: roomId })
|
this.showChat({ showChat: true, roomID: roomId })
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user