diff --git a/components/dashboard/src/App.tsx b/components/dashboard/src/App.tsx index 9726ecad52a635..b81c7ffef9df73 100644 --- a/components/dashboard/src/App.tsx +++ b/components/dashboard/src/App.tsx @@ -46,7 +46,7 @@ function App() { } setLoading(false); })(); - }, [ setUser ]); + }, []); if (loading) { return