From 747111fef43e37c9467475587f661c3b408eed4d Mon Sep 17 00:00:00 2001 From: Dicken Date: Wed, 15 Jul 2026 00:45:30 +0200 Subject: [PATCH] fix: Nachrichten-Punkt fehlte im mobilen Apps-Menue --- frontend/src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 2a09740..882a3a7 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -373,7 +373,7 @@ function BottomNav({ active, setActive, user, onLogout, unreadMsgs=0, hexWarsTur {!isGrpCollapsed && tools.map(t => ( 0) || (t.id==='whiteboard' && whiteboardUnread>0)} + label={t.label} dot={(t.id==='gebietseroberung' && hexWarsTurns>0) || (t.id==='whiteboard' && whiteboardUnread>0) || (t.id==='nachrichten' && unreadMsgs>0)} onClick={() => { setActive(t.id); setAppsOpen(false); }} /> ))}