From 110ca34e1d4537c7ea0725f5ece2a825b7237c0e Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Tue, 9 Jul 2024 11:23:38 -0700 Subject: [PATCH] Chat Drawer: fix key --- src/apps/chat/components/layout-drawer/ChatDrawer.tsx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/apps/chat/components/layout-drawer/ChatDrawer.tsx b/src/apps/chat/components/layout-drawer/ChatDrawer.tsx index 148fe5461..2cb03a3ea 100644 --- a/src/apps/chat/components/layout-drawer/ChatDrawer.tsx +++ b/src/apps/chat/components/layout-drawer/ChatDrawer.tsx @@ -343,12 +343,8 @@ function ChatDrawer(props: { {item.title} ) : item.type === 'nav-item-info-message' ? ( - - + + {filterHasStars && } {item.message}