From 599f89ba5ff7cf0476a3efc99531e168dda28af4 Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Thu, 8 Feb 2024 10:15:09 +0100 Subject: [PATCH] layout fix --- .../Map/Subcomponents/ItemPopupComponents/PopupButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Map/Subcomponents/ItemPopupComponents/PopupButton.tsx b/src/Components/Map/Subcomponents/ItemPopupComponents/PopupButton.tsx index 3a5e0602..a28dab49 100644 --- a/src/Components/Map/Subcomponents/ItemPopupComponents/PopupButton.tsx +++ b/src/Components/Map/Subcomponents/ItemPopupComponents/PopupButton.tsx @@ -5,7 +5,7 @@ import { Item } from '../../../../types' export const PopupButton = ({url, parameterField, text, colorField, item} : {url: string, parameterField?: string, text: string, colorField?: string, item? : Item}) => { return ( - + ) }