Skip to content

Commit

Permalink
fix(Appbar): refactor geolocator to be as panel #closes2161
Browse files Browse the repository at this point in the history
  • Loading branch information
kaminderpal committed May 28, 2024
1 parent 24153ac commit 81a0185
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,7 @@ export default function Notifications(): JSX.Element {
className={`${interaction === 'dynamic' ? 'style3' : 'style4'} ${open ? 'active' : ''}`}
color="primary"
>
{!hasNewNotification && (
<Box>
<NotificationsIcon />
</Box>
)}
{!hasNewNotification && <NotificationsIcon />}
{hasNewNotification && (
<AnimatedBox
style={{
Expand Down

0 comments on commit 81a0185

Please sign in to comment.