diff --git a/packages/app/src/components/Visualization/StartScreen.js b/packages/app/src/components/Visualization/StartScreen.js index f1733c4f6b..28cc909f4f 100644 --- a/packages/app/src/components/Visualization/StartScreen.js +++ b/packages/app/src/components/Visualization/StartScreen.js @@ -22,7 +22,7 @@ const StartScreen = ({ error, classes }) => { setMostViewedVisualizations(result.visualization) } fetchData(engine) - }, []) // eslint-ignore-line react-hooks/exhaustive-deps + }, []) // eslint-disable-line react-hooks/exhaustive-deps const getContent = () => error ? (