From 785e208c6c8dc0879b6db1c7790ae4b1dfbc3a5d Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sun, 31 Jan 2021 14:41:00 -0800 Subject: [PATCH] lint --- app/scenes/Login/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scenes/Login/index.js b/app/scenes/Login/index.js index 0279fdeaf..0760b1ff4 100644 --- a/app/scenes/Login/index.js +++ b/app/scenes/Login/index.js @@ -39,7 +39,7 @@ function Login({ location }: Props) { React.useEffect(() => { auth.fetchConfig(); - }, []); + }, [auth]); console.log(config);