Fix 'No apps found for your version' at bottom of app bundles section

Signed-off-by: Charles Parham <cparham289@gmail.com>
This commit is contained in:
Charles Parham 2019-06-30 23:31:47 -04:00 committed by John Molakvoæ (skjnldsv)
parent 853a1a586a
commit 2733ed24db
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -62,7 +62,7 @@
</div>
</div>
<div id="apps-list-empty" class="emptycontent emptycontent-search" v-if="!loading && searchApps.length === 0 && apps.length === 0">
<div id="apps-list-empty" class="emptycontent emptycontent-search" v-if="search !== '' && !loading && searchApps.length === 0 && apps.length === 0">
<div id="app-list-empty-icon" class="icon-settings-dark"></div>
<h2>{{ t('settings', 'No apps found for your version')}}</h2>
</div>