This commit is contained in:
tiago.kayaya
2022-02-09 16:05:06 +01:00
parent 9f7990d5a7
commit e06ddaca04
8 changed files with 13 additions and 13 deletions
@@ -70,7 +70,7 @@ export class NewActionPage implements OnInit {
}
get dateValid() {
if (window.innerWidth >= 800) {
if (window.innerWidth > 700) {
return new Date(this.folder.DateBegin).toLocaleString('pt') < new Date(this.folder.DateEnd).toLocaleString("pt")? ['ok'] : []
} else {
return ['ok']