From 55cb86f721b8900c8d1c654654d2845691ff31bd Mon Sep 17 00:00:00 2001 From: orangemug Date: Sat, 22 Feb 2020 17:52:20 +0000 Subject: [PATCH] Disabled survey modal on first visit to website. --- src/components/App.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/App.jsx b/src/components/App.jsx index 47f57b16..f147a672 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: {