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
@ -2,7 +2,7 @@
|
|||||||
<div class="add-chat-room-by-user-search">
|
<div class="add-chat-room-by-user-search">
|
||||||
<ds-flex class="headline">
|
<ds-flex class="headline">
|
||||||
<h2 class="title">{{ $t('chat.addRoomHeadline') }}</h2>
|
<h2 class="title">{{ $t('chat.addRoomHeadline') }}</h2>
|
||||||
<base-button class="close-button" icon="close" circle @click="closeUserSearch"/>
|
<base-button class="close-button" icon="close" circle @click="closeUserSearch" />
|
||||||
</ds-flex>
|
</ds-flex>
|
||||||
<ds-space margin-bottom="small" />
|
<ds-space margin-bottom="small" />
|
||||||
<ds-space>
|
<ds-space>
|
||||||
@ -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