From 08a7824499d845da00ab41d0fc3006bff50d5036 Mon Sep 17 00:00:00 2001 From: AT Date: Mon, 11 Jul 2022 15:21:54 +0200 Subject: [PATCH] some popup styling --- src/Components/Map/MarkerPopup.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Map/MarkerPopup.tsx b/src/Components/Map/MarkerPopup.tsx index 5f57a345..fa741ba8 100644 --- a/src/Components/Map/MarkerPopup.tsx +++ b/src/Components/Map/MarkerPopup.tsx @@ -24,7 +24,7 @@ const MarkerPopup = (props: MarkerPopupProps) => { {item.tags && tags.map((tag: Tag) => ( - #{tag.name} + #{tag.name} )) }