mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-03-11 11:55:38 +00:00
Only show No results when not loading
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
>
|
||||
</div>
|
||||
|
||||
<results-list v-bind="{ results, shortList }" />
|
||||
<results-list v-bind="{ results, shortList, loading }" />
|
||||
<loader v-if="loading" />
|
||||
|
||||
<div ref="loadMoreButton" class="button-container">
|
||||
|
||||
Reference in New Issue
Block a user