fix linting

This commit is contained in:
2025-06-07 17:19:01 -06:00
parent 987f9217de
commit 9760f02aab
10 changed files with 87 additions and 62 deletions

View File

@@ -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">