Fix network flag

This commit is contained in:
advplyr 2022-12-10 11:35:16 -06:00
parent 894bf100d2
commit 49500aecd6
5 changed files with 19 additions and 10 deletions

View file

@ -8,7 +8,7 @@
</form>
</div>
<div v-if="networkConnected" class="w-full text-center py-6">
<div v-if="!networkConnected" class="w-full text-center py-6">
<p class="text-lg text-error">No network connection</p>
</div>
<div v-else class="w-full mx-auto pb-2 search-results-container overflow-y-auto overflow-x-hidden">