7129-fixMigrationIssues #754

Merged
pablone merged 10 commits from 7129-fixMigrationIssues into dev 2024-09-26 12:53:45 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit f0c2baa60e - Show all commits

View File

@ -1,7 +1,6 @@
import isValidDate from 'filters/isValidDate';
export default function toHour(date) {
console.log('date: ', date);
if (!isValidDate(date)) {
return '--:--';
}