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' && (