diff --git a/src/components/App.jsx b/src/components/App.jsx index 47f57b1..f147a67 100644 --- a/src/components/App.jsx +++ b/src/components/App.jsx @@ -225,7 +225,8 @@ export default class App extends React.Component { open: false, shortcuts: false, export: false, - survey: localStorage.hasOwnProperty('survey') ? false : true, + // TODO: Disabled for now, this should be opened on the Nth visit to the editor + survey: false, debug: false, }, mapboxGlDebugOptions: {