mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2025-03-14 01:51:40 +00:00
Fix timer
This commit is contained in:
parent
7f5191b82f
commit
df2d8f37ff
1 changed files with 1 additions and 2 deletions
|
@ -20,9 +20,8 @@
|
|||
<div class="date">Dec<br />{{ day }}</div>
|
||||
<div v-if="!canOpen" class="material-icons lock">lock</div>
|
||||
<div v-if="main.day.value === day && !canOpen" class="timer">
|
||||
{{ formatTime(main.timeUntilNewDay.value, 0) }}
|
||||
{{ main.timeUntilNewDay.value < 0 ? "NYI, sorry" : formatTime(main.timeUntilNewDay.value, 0) }}
|
||||
</div>
|
||||
<div v-else-if="main.day.value === day && layer == null" class="timer">NYI</div>
|
||||
<Notif v-if="canOpen" />
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Reference in a new issue