From 4ce7298d03054bd0e3fb9004e30217f3e138ed67 Mon Sep 17 00:00:00 2001 From: Hailey Date: Fri, 7 Jun 2024 01:15:47 -0700 Subject: [PATCH] more typecheck --- src/screens/StarterPack/Main/index.tsx | 2 ++ src/view/com/notifications/FeedItem.tsx | 9 +++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/screens/StarterPack/Main/index.tsx b/src/screens/StarterPack/Main/index.tsx index 8af6f5ac9e..eb2c719431 100644 --- a/src/screens/StarterPack/Main/index.tsx +++ b/src/screens/StarterPack/Main/index.tsx @@ -67,6 +67,7 @@ export function StarterPackScreen({ ? ({headerHeight, scrollElRef}) => ( ( ) : null} - {item.type === 'starter-pack-signup' ? ( - - ) : null} + {item.type === 'starter-pack-signup' + ? // TODO + null + : // + null} )