From f6ca79f25c98d1362ff53b40dc03e40882199047 Mon Sep 17 00:00:00 2001 From: kayoshi Date: Tue, 14 May 2024 17:24:15 +0200 Subject: [PATCH] add missing key --- src/app/map/map.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/map/map.js b/src/app/map/map.js index df59eca..10852b5 100644 --- a/src/app/map/map.js +++ b/src/app/map/map.js @@ -118,8 +118,8 @@ export default function CasesMap({ cases }) {
{selectedCases.map((c) => -
- +
+
)}