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); }