add: delete vehicle
This commit is contained in:
@@ -47,9 +47,6 @@ export const getDateMonthDayEs = (value, isFull = false) => {
|
||||
} else {
|
||||
month = monthsAbr[date.getMonth()]
|
||||
}
|
||||
|
||||
console.log(date.getMonth());
|
||||
|
||||
return `${month} ${date.getDate()}, ${date.getFullYear()}`;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user