From fe43b12f2080928904f3dabcb0c97751ce01375d Mon Sep 17 00:00:00 2001 From: Aman Chaturvedi Date: Tue, 9 May 2023 16:05:14 +0530 Subject: [PATCH] TP-27990 | Notification icon expanded (#326) --- src/components/notificationMenu/index.tsx | 2 +- src/screens/allCases/CaseListHeader.tsx | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/notificationMenu/index.tsx b/src/components/notificationMenu/index.tsx index fd6e3d8a..d0e967a6 100644 --- a/src/components/notificationMenu/index.tsx +++ b/src/components/notificationMenu/index.tsx @@ -20,7 +20,7 @@ const NotificationMenu = () => { }; return ( - + {totalUnreadElements ? ( diff --git a/src/screens/allCases/CaseListHeader.tsx b/src/screens/allCases/CaseListHeader.tsx index 95a3c22a..af0041ce 100644 --- a/src/screens/allCases/CaseListHeader.tsx +++ b/src/screens/allCases/CaseListHeader.tsx @@ -34,9 +34,10 @@ const CaseListHeader: React.FC = ({