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 da2bf1c commit bbad3e9Copy full SHA for bbad3e9
src/components/Sidebar.tsx
@@ -19,8 +19,7 @@ export const Sidebar: FC = () => {
19
const navigate = useNavigate();
20
const location = useLocation();
21
22
- const { isLoggedIn } = useContext(AppContext);
23
- const { notifications, fetchNotifications, isFetching } =
+ const { notifications, fetchNotifications, isLoggedIn, isFetching } =
24
useContext(AppContext);
25
26
const onOpenBrowser = useCallback(() => {
0 commit comments