this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix focusDeck not working on initial page load

+1 -1
+1 -1
src/app.jsx
··· 185 185 }, 100); 186 186 return () => clearTimeout(timer); 187 187 }; 188 - useEffect(focusDeck, [location]); 188 + useEffect(focusDeck, [location, isLoggedIn]); 189 189 const showModal = 190 190 snapStates.showCompose || 191 191 snapStates.showSettings ||