Skip to content

Commit

Permalink
chore: removed an unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jjgancfer committed Apr 6, 2024
1 parent 0f41c79 commit 4baffd2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webapp/src/pages/Root.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export default function Root() {
const navigate = useNavigate();
const { t, i18n } = useTranslation();
const [isMenuOpen, setIsMenuOpen] = useState(false);
const currentLanguage = i18n.language;

const navigateToDashboard = async () => {
if (await new AuthManager().isLoggedIn()) {
Expand Down

0 comments on commit 4baffd2

Please sign in to comment.