diff --git a/gensplore-component/src/components/GensploreView.jsx b/gensplore-component/src/components/GensploreView.jsx index f133de5..f7bbd5d 100644 --- a/gensplore-component/src/components/GensploreView.jsx +++ b/gensplore-component/src/components/GensploreView.jsx @@ -579,9 +579,8 @@ if (hit1 === -1) { /> )} -{ - featureOffcanvasOpen && - setFeatureOffcanvasOpen(false)}> + {featureOffcanvasOpen && ( + setFeatureOffcanvasOpen(false)}> @@ -646,10 +645,11 @@ if (hit1 === -1) { ))}
-
+
+ )} + + + ); } - - ); - } - export default GensploreView; +export default GensploreView;