Skip to content

Commit 8606e13

Browse files
committed
(fix) search room
1 parent b0666ce commit 8606e13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ChatWindow/RoomsList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<div v-if="!loadingRooms" class="room-list">
3131
<div
3232
class="room-item"
33-
v-for="room in rooms"
33+
v-for="room in filteredRooms"
3434
:key="room.roomId"
3535
:class="{ 'room-selected': selectedRoomId === room.roomId }"
3636
@click="openRoom(room)"

0 commit comments

Comments
 (0)