always show when slots are loading

This commit is contained in:
Eric 2024-07-02 16:21:12 +10:00
parent b0489601c5
commit 4f75651962
No known key found for this signature in database

View File

@ -217,7 +217,7 @@ const timestamps = computed(() => {
</table>
</div>
<SkeletonLoading v-if="slotsLoading && !slotsFetched" type="text" />
<SkeletonLoading v-if="slotsLoading" type="text" />
<Slots v-else :slots="request.slots"></Slots>
</div>
</div>