8093-devToTest_2442_3 #831
|
@ -1,7 +1,6 @@
|
|||
import isValidDate from 'filters/isValidDate';
|
||||
|
||||
export default function toHour(date) {
|
||||
console.log('date: ', date);
|
||||
if (!isValidDate(date)) {
|
||||
return '--:--';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue