Skip to content

Commit

Permalink
Remove unnecessary variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryczko committed May 7, 2022
1 parent 14c89e6 commit d8aa07b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Layouts/PageWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { auth } from '../firebase';
import GlobalLoader from './GlobalLoader/GlobalLoader';

function PageWrapper() {
const [user, loading] = useAuthState(auth);
const [, loading] = useAuthState(auth);
const location = useLocation();
return (
<>
Expand Down

0 comments on commit d8aa07b

Please sign in to comment.