From ae3d620de5f809c2c901135af891e6376cb5a412 Mon Sep 17 00:00:00 2001 From: Florian Duros Date: Mon, 14 Apr 2025 16:07:06 +0200 Subject: [PATCH] fix: room avatar flicker --- src/components/views/rooms/RoomListPanel/RoomListItemView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/rooms/RoomListPanel/RoomListItemView.tsx b/src/components/views/rooms/RoomListPanel/RoomListItemView.tsx index 89a353afb1..a07ff43dd4 100644 --- a/src/components/views/rooms/RoomListPanel/RoomListItemView.tsx +++ b/src/components/views/rooms/RoomListPanel/RoomListItemView.tsx @@ -63,7 +63,7 @@ export function RoomListItemView({ room, isSelected, ...props }: RoomListItemVie > {/* We need this extra div between the button and the content in order to add a padding which is not messing with the virtualized list */} - +