From c70f03cea28e1f0e3066ec39263f54f232a61fb1 Mon Sep 17 00:00:00 2001 From: Alejandro Gomez Date: Thu, 26 Jan 2023 08:30:23 +0100 Subject: [PATCH] fix: classname for notifications --- src/Pages/Layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Pages/Layout.tsx b/src/Pages/Layout.tsx index 4243189e..ce98a535 100644 --- a/src/Pages/Layout.tsx +++ b/src/Pages/Layout.tsx @@ -91,7 +91,7 @@ export default function Layout() {
goToNotifications(e)}> - {unreadNotifications > 0 && ()} + {unreadNotifications > 0 && ()}