diff options
author | Ivan Chen <ivan@tagg.id> | 2021-07-27 15:58:13 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-07-27 15:58:13 -0400 |
commit | 611a3a545aa11880481bf4ae1a21aaf370cdb090 (patch) | |
tree | 39a4532971a224aae5e798275d11d997c1458295 | |
parent | 15ad08120d20a2bc4beb8b00550b51f35a567099 (diff) |
Remove prompt
-rw-r--r-- | src/screens/main/NotificationsScreen.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/screens/main/NotificationsScreen.tsx b/src/screens/main/NotificationsScreen.tsx index b19107a7..34888e5b 100644 --- a/src/screens/main/NotificationsScreen.tsx +++ b/src/screens/main/NotificationsScreen.tsx @@ -299,7 +299,6 @@ const NotificationsScreen: React.FC = () => { renderItem={renderNotification} renderSectionHeader={renderSectionHeader} renderSectionFooter={renderSectionFooter} - ListHeaderComponent={<NewChatPrompt />} refreshControl={ <RefreshControl refreshing={refreshing} onRefresh={onRefresh} /> } |