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:
parent
cce66b19c4
commit
7afac3a7fb
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue