forked from jsnbuchanan/crowd-funder-for-time-pwa
fix tests (from project-page switch 4 commits ago) and fix linting
This commit is contained in:
@@ -99,9 +99,7 @@
|
||||
<div v-else-if="projects.length === 0" class="text-center mt-8">
|
||||
<p class="text-lg text-slate-500">
|
||||
<span v-if="isLocalActive">
|
||||
<span v-if="searchBox">
|
||||
None found in the selected area.
|
||||
</span>
|
||||
<span v-if="searchBox"> None found in the selected area. </span>
|
||||
<!-- Otherwise there's no search area selected so we'll just leave the search box for them to click. -->
|
||||
</span>
|
||||
<span v-else>No projects were found with that search.</span>
|
||||
|
||||
Reference in New Issue
Block a user