Skip to content

Commit

Permalink
🧪: Cambios en tests - registro de usuarios sin hora
Browse files Browse the repository at this point in the history
  • Loading branch information
coral2742 committed May 9, 2024
1 parent c77485b commit 125192b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions webapp/src/components/RegisteredUsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ const RegisteredUsers = () => {
const day = date.getDate().toString().padStart(2, '0');
const month = (date.getMonth() + 1).toString().padStart(2, '0');
const year = date.getFullYear();
const hours = date.getHours().toString().padStart(2, '0');
const minutes = date.getMinutes().toString().padStart(2, '0');

return `${day}/${month}/${year}`;
};
Expand Down

0 comments on commit 125192b

Please sign in to comment.