diff options
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/profile/Friends.tsx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/components/profile/Friends.tsx b/src/components/profile/Friends.tsx index 51ba6c64..ac724ae0 100644 --- a/src/components/profile/Friends.tsx +++ b/src/components/profile/Friends.tsx @@ -63,7 +63,6 @@ const Friends: React.FC<FriendsProps> = ({result, screenType, userId}) => { <TouchableOpacity style={styles.addFriendButton} onPress={() => { - console.log('screentype: ', screenType); handleAddFriend(screenType, profilePreview, dispatch, state).then( (success) => { if (success) { @@ -113,7 +112,9 @@ const Friends: React.FC<FriendsProps> = ({result, screenType, userId}) => { } }}> <FindFriendsBlueIcon width={20} height={20} /> - <Text style={styles.findFriendsSubheaderText}>Find Friends</Text> + <Text style={styles.findFriendsSubheaderText}> + Invite Friends + </Text> </TouchableOpacity> </View> <UsersFromContacts /> |
