aboutsummaryrefslogtreecommitdiff
path: root/src/screens/main/NotificationsScreen.tsx
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-05-20 15:40:07 -0400
committerGitHub <noreply@github.com>2021-05-20 15:40:07 -0400
commit8641391ac28e5a1b2ca513755a44b71ef3ee64e9 (patch)
tree055cc3bbac4ba0a0e75c60a24a517e799b3a96d8 /src/screens/main/NotificationsScreen.tsx
parentcddcfef3c32e08aedef1e4908bd477e45bef1974 (diff)
parent6556b1dd10d89f56153829cd8651caa86b28218e (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.tsx4
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',