Skip to content

Commit

Permalink
chillo
Browse files Browse the repository at this point in the history
  • Loading branch information
facundomelgarejo committed Sep 25, 2024
1 parent 2914b28 commit 8cdc35a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FrontAdmin/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function App() {
to={
isAuthenticated
? isAdmin
? '/admin/estadisticas'
? '/admin/alumnos'
: '/alumnos/cuenta'
: '/auth'
}
Expand Down

0 comments on commit 8cdc35a

Please sign in to comment.