Fix skeleton not showing on purchase

This commit is contained in:
Prospector
2025-06-03 13:18:05 -07:00
parent d3d0c8c523
commit 3f77ab19ed
2 changed files with 8 additions and 5 deletions

View File

@@ -89,7 +89,10 @@
</div>
</div>
<ul v-if="filteredData.length > 0" class="m-0 flex flex-col gap-4 p-0">
<ul
v-if="filteredData.length > 0 || isPollingForNewServers"
class="m-0 flex flex-col gap-4 p-0"
>
<UiServersServerListing
v-for="server in filteredData"
:key="server.server_id"