Skip to content

Commit e8ed3a1

Browse files
committed
miou
1 parent f6adc60 commit e8ed3a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/rooms/RoomListPanel/RoomList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export function RoomList({ vm: { rooms } }: RoomListProps): JSX.Element {
3939

4040
// The first div is needed to make the virtualized list take all the remaining space and scroll correctly
4141
return (
42-
<div className="mx_RoomList">
42+
<div className="mx_RoomList" data-testid="room-list">
4343
<AutoSizer>
4444
{({ height, width }) => (
4545
<List

0 commit comments

Comments
 (0)