Skip to content

Commit

Permalink
Pruebas
Browse files Browse the repository at this point in the history
  • Loading branch information
IrvingYHM committed Oct 29, 2024
1 parent aae26d0 commit e8a2b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navegacion/barra.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function Barra() {
const handleOpen = (value) => setOpen(open === value ? 0 : value);

useEffect(() => {
// Verificar el tipo de usuario al cargar la página
// Verificar el tipo de usuario al cargar la página.
const token = localStorage.getItem("token");
let nombreUsuario = "";
//let fotoUsuario = "";
Expand Down

0 comments on commit e8a2b05

Please sign in to comment.