We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f14be53 commit 77b53ccCopy full SHA for 77b53cc
1 file changed
src/components/Header/Header.jsx
@@ -160,7 +160,6 @@ export function Header(props) {
160
const [hasProfileLoaded, setHasProfileLoaded] = useState(false);
161
const dismissalKey = `lastDismissed_${userId}`;
162
const [lastDismissed, setLastDismissed] = useState(localStorage.getItem(dismissalKey));
163
- const [isAckLoading, setIsAckLoading] = useState(false);
164
const unreadNotifications = props.notification?.unreadNotifications; // List of unread notifications
165
const dispatch = useDispatch();
166
const history = useHistory();
0 commit comments