diff options
Diffstat (limited to 'modern/src')
-rw-r--r-- | modern/src/map/PoiMap.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modern/src/map/PoiMap.js b/modern/src/map/PoiMap.js index 919805ec..c977ba31 100644 --- a/modern/src/map/PoiMap.js +++ b/modern/src/map/PoiMap.js @@ -63,6 +63,7 @@ const PoiMap = () => { } }; } + return null; }, [data]); return null; |