Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
ISTE-9 Addded Division user and state user type
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmoy-eGov committed Apr 24, 2024
1 parent 154a215 commit 75bb0ce
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ const TopBar = ({
);
}
const loggedin = userDetails?.access_token ? true : false;
console.log(userDetails,"userDetails")
return (
<div className="topbar">
{mobileView ? <Hamburger handleClick={toggleSidebar} color="#9E9E9E" /> : null}
Expand Down

0 comments on commit 75bb0ce

Please sign in to comment.