diff --git a/superset-frontend/src/explore/App.jsx b/superset-frontend/src/explore/App.jsx index 58f391abd0d..e1f8b83e9c6 100644 --- a/superset-frontend/src/explore/App.jsx +++ b/superset-frontend/src/explore/App.jsx @@ -33,10 +33,10 @@ setupPlugins(); const App = ({ store }) => ( -
+ <> -
+
);