mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
fix new task
This commit is contained in:
@@ -76,7 +76,7 @@ export class TaskService {
|
||||
lessThen24Hours(isoDateString:string) {
|
||||
|
||||
if(!isoDateString) {
|
||||
return true
|
||||
return false
|
||||
}
|
||||
|
||||
const creationDate = new Date(isoDateString)
|
||||
|
||||
Reference in New Issue
Block a user