From b5966d549f4858b065b2fcc0050ec3b25d5e66a1 Mon Sep 17 00:00:00 2001 From: mahula Date: Mon, 6 Oct 2025 06:53:51 +0200 Subject: [PATCH] a little linting --- .../Components/Map/Subcomponents/Controls/SearchControl.tsx | 5 ++++- .../Map/Subcomponents/ItemPopupComponents/HeaderView.tsx | 2 +- lib/src/Components/Profile/ProfileView.tsx | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/lib/src/Components/Map/Subcomponents/Controls/SearchControl.tsx b/lib/src/Components/Map/Subcomponents/Controls/SearchControl.tsx index 4a7555cf..fb3d33d8 100644 --- a/lib/src/Components/Map/Subcomponents/Controls/SearchControl.tsx +++ b/lib/src/Components/Map/Subcomponents/Controls/SearchControl.tsx @@ -142,7 +142,10 @@ export const SearchControl = () => { value.length === 0 ? ( '' ) : ( -
+
{tagsResults.length > 0 && (
{tagsResults.slice(0, 3).map((tag) => ( diff --git a/lib/src/Components/Map/Subcomponents/ItemPopupComponents/HeaderView.tsx b/lib/src/Components/Map/Subcomponents/ItemPopupComponents/HeaderView.tsx index ad544e0b..28427a2f 100644 --- a/lib/src/Components/Map/Subcomponents/ItemPopupComponents/HeaderView.tsx +++ b/lib/src/Components/Map/Subcomponents/ItemPopupComponents/HeaderView.tsx @@ -102,7 +102,7 @@ export function HeaderView({
{title}
diff --git a/lib/src/Components/Profile/ProfileView.tsx b/lib/src/Components/Profile/ProfileView.tsx index f1859d60..5558d13f 100644 --- a/lib/src/Components/Profile/ProfileView.tsx +++ b/lib/src/Components/Profile/ProfileView.tsx @@ -174,11 +174,11 @@ export function ProfileView({ attestationApi }: { attestationApi?: ItemsApi {item && ( <> -
+