diff options
author | Ivan Chen <ivan@tagg.id> | 2021-05-20 15:40:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-20 15:40:07 -0400 |
commit | 8641391ac28e5a1b2ca513755a44b71ef3ee64e9 (patch) | |
tree | 055cc3bbac4ba0a0e75c60a24a517e799b3a96d8 /src/screens/main/NotificationsScreen.tsx | |
parent | cddcfef3c32e08aedef1e4908bd477e45bef1974 (diff) | |
parent | 6556b1dd10d89f56153829cd8651caa86b28218e (diff) |
Merge pull request #425 from shravyaramesh/tma858-remind-users
[TMA-858] Pending Users
Diffstat (limited to 'src/screens/main/NotificationsScreen.tsx')
-rw-r--r-- | src/screens/main/NotificationsScreen.tsx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/screens/main/NotificationsScreen.tsx b/src/screens/main/NotificationsScreen.tsx index 7e2f082c..bce48ef2 100644 --- a/src/screens/main/NotificationsScreen.tsx +++ b/src/screens/main/NotificationsScreen.tsx @@ -259,9 +259,7 @@ const NotificationsScreen: React.FC = () => { onPress={async () => { const permission = await checkPermission(); if (permission === 'authorized') { - navigation.navigate('InviteFriendsScreen', { - screenType: ScreenType.Profile, - }); + navigation.navigate('InviteFriendsScreen'); } else { Alert.alert( '"Tagg" Would Like to Access Your Contacts', |