Skip to content

Commit 3b6a202

Browse files
committed
save
1 parent 0e317ef commit 3b6a202

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

react/src/components/app/navbar.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ export function Navbar() {
6969
const [isOpen, setIsOpen] = useState(false);
7070
const [isLogged, setIsLogged] = useState(false); // pls optimize state?
7171
const [openDropdown, setOpenDropdown] = useState(false);
72-
7372
useEffect(() => {
7473
const checkLogged = async () => {
7574
if (await doesSessionExist()) {

0 commit comments

Comments
 (0)