Skip to content

Commit

Permalink
Update NavBar.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Naetffy authored May 11, 2024
1 parent cc7d33d commit c25244e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navbar/NavBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const NavBar = () => {
.catch((error) => {

console.error('Error al validar:', error);
return '';
return "";
});
}

Expand Down

0 comments on commit c25244e

Please sign in to comment.