Skip to content

Commit 77b53cc

Browse files
committed
Remove the duplicated code
1 parent f14be53 commit 77b53cc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/components/Header/Header.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ export function Header(props) {
160160
const [hasProfileLoaded, setHasProfileLoaded] = useState(false);
161161
const dismissalKey = `lastDismissed_${userId}`;
162162
const [lastDismissed, setLastDismissed] = useState(localStorage.getItem(dismissalKey));
163-
const [isAckLoading, setIsAckLoading] = useState(false);
164163
const unreadNotifications = props.notification?.unreadNotifications; // List of unread notifications
165164
const dispatch = useDispatch();
166165
const history = useHistory();

0 commit comments

Comments
 (0)