Fix 'No apps found for your version' at bottom of app bundles… (#16166)

Fix 'No apps found for your version' at bottom of app bundles section
This commit is contained in:
John Molakvoæ 2019-07-04 11:37:02 +02:00 committed by GitHub
commit 56001afb2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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>