From 3d5925b60394e4485b9875daea5bc1265f3d8533 Mon Sep 17 00:00:00 2001 From: Dicken Date: Fri, 29 May 2026 10:17:02 +0200 Subject: [PATCH] =?UTF-8?q?Changelog:=20Was=20ist=20neu=3F=20nur=20f=C3=BC?= =?UTF-8?q?r=20normale=20User?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 960d101..0430544 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -1300,7 +1300,7 @@ function Dashboard({ toast, mobile, setActive, unreadMsgs=0, unreadBoard=0, unre

Dashboard

- {unreadChangelog > 0 && ( + {unreadChangelog > 0 && user?.role !== 'admin' && (