diff --git a/src/stores/room-list-v3/RoomListStoreV3.ts b/src/stores/room-list-v3/RoomListStoreV3.ts index ec7c6926e1..d6ce63713c 100644 --- a/src/stores/room-list-v3/RoomListStoreV3.ts +++ b/src/stores/room-list-v3/RoomListStoreV3.ts @@ -78,4 +78,3 @@ export default class RoomListStoreV3 { return this.internalInstance; } } - diff --git a/test/unit-tests/components/views/rooms/RoomListView/__snapshots__/RoomListView-test.tsx.snap b/test/unit-tests/components/views/rooms/RoomListView/__snapshots__/RoomListView-test.tsx.snap index 669dffd48a..10d94d0389 100644 --- a/test/unit-tests/components/views/rooms/RoomListView/__snapshots__/RoomListView-test.tsx.snap +++ b/test/unit-tests/components/views/rooms/RoomListView/__snapshots__/RoomListView-test.tsx.snap @@ -16,6 +16,32 @@ exports[` should not render the RoomListSearch component when UI Home +
+
+
+
+
+
+
+
+
`; @@ -127,6 +153,32 @@ exports[` should render the RoomListSearch component when UIComp
+
+
+
+
+
+
+
+
+
`;