From 4b95f84f6e0a480031d5d981db2706af44159e6b Mon Sep 17 00:00:00 2001 From: benya Date: Sun, 8 Mar 2026 21:41:30 +0300 Subject: [PATCH] fix(web): avoid nested buttons in banned users list --- web/src/components/ChatInfoPanel.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/web/src/components/ChatInfoPanel.tsx b/web/src/components/ChatInfoPanel.tsx index 6ee5bf7..b02448c 100644 --- a/web/src/components/ChatInfoPanel.tsx +++ b/web/src/components/ChatInfoPanel.tsx @@ -689,7 +689,7 @@ export function ChatInfoPanel({ chatId, open, onClose }: Props) { {filteredBans.map((ban) => { const user = bannedUsers[ban.user_id]; return ( - - + ); })}