forked from jsnbuchanan/crowd-funder-for-time-pwa
fix linting
This commit is contained in:
@@ -162,12 +162,12 @@
|
||||
<div class="mt-6 h-96 w-full mx-auto">
|
||||
<l-map
|
||||
ref="projectMap"
|
||||
class="z-40"
|
||||
@ready="onMapReady"
|
||||
@moveend="onMoveEnd"
|
||||
@movestart="onMoveStart"
|
||||
@zoomend="onZoomEnd"
|
||||
@zoomstart="onZoomStart"
|
||||
class="z-40"
|
||||
>
|
||||
<l-tile-layer
|
||||
url="https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"
|
||||
@@ -198,17 +198,18 @@
|
||||
-->
|
||||
</span>
|
||||
<span v-else-if="isAnywhereActive"
|
||||
>No {{ isProjectsActive ? 'projects' : 'people' }} were found with that search.</span
|
||||
>No {{ isProjectsActive ? "projects" : "people" }} were found with
|
||||
that search.</span
|
||||
>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<!-- Results List -->
|
||||
<InfiniteScroll @reached-bottom="loadMoreData">
|
||||
<ul
|
||||
id="listDiscoverResults"
|
||||
class="border-t border-slate-300 mt-6"
|
||||
<ul
|
||||
v-if="projects.length > 0 || userProfiles.length > 0"
|
||||
id="listDiscoverResults"
|
||||
class="border-t border-slate-300 mt-6"
|
||||
>
|
||||
<!-- Projects List -->
|
||||
<template v-if="isProjectsActive">
|
||||
|
||||
Reference in New Issue
Block a user