diff --git a/src/components/navigationBar/profileBar.tsx b/src/components/navigationBar/profileBar.tsx index 0dce422..903273b 100644 --- a/src/components/navigationBar/profileBar.tsx +++ b/src/components/navigationBar/profileBar.tsx @@ -33,14 +33,14 @@ const UnAuthenticatedComponents = () => { }; const AuthenticatedComponents = ({ uid }: { uid: string }) => { - let notifications = 100; + let notifications = 1; const displayValue = notifications >= 100 ? "..." : notifications; return (
- - + + {displayValue}