aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-07-27 15:58:13 -0400
committerIvan Chen <ivan@tagg.id>2021-07-27 15:58:13 -0400
commit611a3a545aa11880481bf4ae1a21aaf370cdb090 (patch)
tree39a4532971a224aae5e798275d11d997c1458295 /src
parent15ad08120d20a2bc4beb8b00550b51f35a567099 (diff)
Remove prompt
Diffstat (limited to 'src')
-rw-r--r--src/screens/main/NotificationsScreen.tsx1
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} />
}