chore: fix lint error
This commit is contained in:
parent
12bed8eef8
commit
95246393a1
1 changed files with 2 additions and 2 deletions
|
|
@ -14,8 +14,8 @@ watchEffect(() => {
|
|||
|
||||
const duration
|
||||
= days.value * 24 * 60 * 60
|
||||
+ hours.value * 60 * 60
|
||||
+ minutes.value * 60
|
||||
+ hours.value * 60 * 60
|
||||
+ minutes.value * 60
|
||||
|
||||
if (duration <= 0) {
|
||||
isValid.value = false
|
||||
|
|
|
|||
Loading…
Reference in a new issue