From b5ecbf3e421e9e6f1dbab9f3f851d265ae8470c6 Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Mon, 14 Dec 2020 19:22:35 -0500 Subject: [TMA-406&201] User Handle UI for Individual Moments (#129) * initial work * made big progress towards flatlist moment view * UI done, just need to pass in data now * minor fixes to get things actually running correctly * vertical scroll working * initial index working * moment drawer text color to red * moved report to drawer * removed garbage * added ? --- src/routes/Routes.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/routes') diff --git a/src/routes/Routes.tsx b/src/routes/Routes.tsx index cb45ead6..38a987f7 100644 --- a/src/routes/Routes.tsx +++ b/src/routes/Routes.tsx @@ -30,7 +30,7 @@ const Routes: React.FC = () => { } else { SplashScreen.hide(); } - }, [userId, userLogin]); + }, [dispatch, userId]); return userId ? : ; }; -- cgit v1.2.3-70-g09d2