mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
fix
This commit is contained in:
@@ -108,9 +108,6 @@ export class TaskService {
|
||||
return false
|
||||
}
|
||||
|
||||
const deadline = new Date(isoDateString)
|
||||
const plusOneDeadline = deadline.getDate() + 1
|
||||
deadline.setDate(plusOneDeadline)
|
||||
|
||||
return momentG(new Date(), 'dd MMMM yyyy') == momentG(new Date(isoDateString), 'dd MMMM yyyy')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user