Skip to content

Commit bacb817

Browse files
committed
(fix) show mobile room if singleRoom is true
1 parent 1509e5e commit bacb817

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/ChatWindow/Room.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<template>
2-
<div class="col-messages" v-show="(isMobile && !showRoomsList) || !isMobile">
2+
<div
3+
class="col-messages"
4+
v-show="(isMobile && !showRoomsList) || !isMobile || singleRoom"
5+
>
36
<div class="room-header app-border-b">
47
<div class="room-wrapper">
58
<div

0 commit comments

Comments
 (0)