Skip to content

Commit

Permalink
hide drawer when session expires
Browse files Browse the repository at this point in the history
  • Loading branch information
isha382 committed Oct 18, 2024
1 parent fea293a commit 04db69c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions open-code/src/components/bottomBar/bottomBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ export const BottomBar = () => {
}
} else {
setDrawer(false);
setCode(false);
setIsSessionExpireModal(true);
}
} else {
Expand Down

0 comments on commit 04db69c

Please sign in to comment.