From a78261fee1483e447c3d162f2961aac7b5df65e8 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Mon, 1 Aug 2022 17:47:56 -0700 Subject: Update dependencies --- modern/src/map/main/PoiMap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modern/src/map/main') diff --git a/modern/src/map/main/PoiMap.js b/modern/src/map/main/PoiMap.js index 6215b45e..f3b4eea2 100644 --- a/modern/src/map/main/PoiMap.js +++ b/modern/src/map/main/PoiMap.js @@ -79,7 +79,7 @@ const PoiMap = () => { } }; } - return null; + return () => {}; }, [data]); return null; -- cgit v1.2.3