change format all file
This commit is contained in:
@@ -47,7 +47,7 @@ function TimePickerField({ dataChange, isVacation, disable, timeStart, data }) {
|
||||
const hours = e.$H;
|
||||
const minute = e.$m;
|
||||
const newValue = `${handleTwoLength(hours)}:${handleTwoLength(
|
||||
minute
|
||||
minute,
|
||||
)}`;
|
||||
|
||||
const newData = data;
|
||||
|
||||
Reference in New Issue
Block a user