Skip to content

Commit cac2e0f

Browse files
committed
transition bug fix
1 parent 3360e62 commit cac2e0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Components/Navbar/UserNavbar.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ export default function UserNavbar(props) {
2323
setTransition(true);
2424
}, 600);
2525
}
26+
} else {
27+
setTransition(true);
2628
}
2729
}
2830
if(authenticated && user && user.token && user._id) {

0 commit comments

Comments
 (0)