From daa4878912c1ebf9e5c21024cde513eee55e6725 Mon Sep 17 00:00:00 2001 From: g Date: Tue, 21 Mar 2023 12:39:18 +0300 Subject: [PATCH] remove strict mode --- src/main.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.jsx b/src/main.jsx index 3f07eaf..6a41b70 100644 --- a/src/main.jsx +++ b/src/main.jsx @@ -23,11 +23,11 @@ function Maps() { setMapOptions(newMapOptions) } return ( - + <> {mapOptions.find(option => option.current).name == "Объекты ВИЭ" && } {mapOptions.find(option => option.current).name == "Регионы РФ" && } {mapOptions.find(option => option.current).name == "Страны мира" && } - + ) }