mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-04-25 23:37:43 -05:00
Do not use timePeriods when displaying time
This commit is contained in:
parent
b44d117266
commit
545490a00e
|
|
@ -29,9 +29,9 @@
|
|||
</div>
|
||||
|
||||
<div class="justify-end text-xs lg:text-sm bg-zinc-100 bg-opacity-80 rounded text-black px-2">
|
||||
{{ $d(currentSchedule.timePeriods[0].startTime, 'dateTimeShortWeekday') }}
|
||||
{{ $d(currentSchedule.startTime, 'dateTimeShortWeekday') }}
|
||||
–
|
||||
{{ $d(currentSchedule.timePeriods[0].endTime, 'dateTimeShort') }}
|
||||
{{ $d(currentSchedule.endTime, 'dateTimeShort') }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user