From c3871c96eeb6ee70c1a61c68b0f2d2dda6b9c69e Mon Sep 17 00:00:00 2001 From: Dicken Date: Thu, 18 Jun 2026 16:47:31 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20User-Badge=20verschwindet=20beim=20Klick?= =?UTF-8?q?,=20gr=C3=BCnes=20Badge=20in=20Favoriten=20bleibt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/App.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 4570583..9558976 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -1988,6 +1988,7 @@ function Dashboard({ toast, mobile, setActive, setDevToolsNav, unreadMsgs=0, unr setActive('media'); setTimeout(()=>window.dispatchEvent(new CustomEvent('media-navigate',{detail:'favoriten'})),80); } else { + setUnackedFavs({count:0,isAdmin:false}); // Badge sofort ausblenden setActive('media'); setTimeout(()=>window.dispatchEvent(new CustomEvent('media-navigate',{detail:'favoriten'})),80); }