1
0
Fork 0
mirror of https://github.com/mat-1/matdoesdev.git synced 2025-08-02 06:36:04 +00:00

fix buttons loading indicator showing up on 0 results

This commit is contained in:
mat 2024-10-01 20:45:46 +00:00
parent cce66b19c4
commit 7afac3a7fb

View file

@ -279,7 +279,7 @@
<option value="random">Random</option>
</select>
{#if buttonEntries.length === 0}
{#if buttonEntries.length == 0 && data.pages.length === 0}
<div class="loading-indicator">
<LoadingDots />
</div>