mirror of
https://github.com/logos-storage/ethcc-demo.git
synced 2026-01-03 21:53:06 +00:00
always show when slots are loading
This commit is contained in:
parent
b0489601c5
commit
4f75651962
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user