fix: live class end time

This commit is contained in:
Jannat Patel
2025-08-25 09:22:59 +05:30
parent 0725714144
commit 7eb4ca0fb4

View File

@@ -52,7 +52,7 @@
<Clock class="w-4 h-4 stroke-1.5" />
<span>
{{ formatTime(cls.time) }} -
{{ dayjs(getClassEnd(cls)).format('HH:mm') }}
{{ dayjs(getClassEnd(cls)).format('HH:mm A') }}
</span>
</div>
<div