Skip to content

Commit 4c377b2

Browse files
committed
(UX) show rooms list after deleting a room
1 parent eac6d98 commit 4c377b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ChatWindow/ChatWindow.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ export default {
110110
this.fetchRoom({ room })
111111
} else if (!this.isMobile) {
112112
this.fetchRoom({ room: this.orderedRooms[0] })
113+
} else {
114+
this.showRoomsList = true
113115
}
114116
}
115117
},

0 commit comments

Comments
 (0)