From 79ddbf2f21344cbb7408af97d669ca4c5edc1e6a Mon Sep 17 00:00:00 2001 From: Dicken Date: Thu, 18 Jun 2026 16:58:55 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20Dashboard-Signatur=20ohne=20Default,=20l?= =?UTF-8?q?=C3=A4ngerer=20Timeout=20f=C3=BCr=20Media-Navigation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/App.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 9558976..51225d2 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -1903,7 +1903,7 @@ function GlobalSearch({ setActive, setDevToolsNav, mobile }) { } -function Dashboard({ toast, mobile, setActive, setDevToolsNav, unreadMsgs=0, unreadBoard=0, unreadPromoted=0, onBoardRead, unreadChangelog=0, onChangelogRead, unackedFavs=0, user }) { +function Dashboard({ toast, mobile, setActive, setDevToolsNav, unreadMsgs=0, unreadBoard=0, unreadPromoted=0, onBoardRead, unreadChangelog=0, onChangelogRead, unackedFavs, user }) { const [now, setNow] = useState(new Date()); const [showBoard, setShowBoard] = useState(false); const [showChangelog, setShowChangelog] = useState(false); @@ -1986,11 +1986,11 @@ function Dashboard({ toast, mobile, setActive, setDevToolsNav, unreadMsgs=0, unr