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 && ( <> -
+