diff options
author | Ivan Chen <ivan@tagg.id> | 2021-03-19 15:38:21 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-19 15:38:21 -0400 |
commit | 53e5c331326473ab8649afc94065d2000baaa6db (patch) | |
tree | c2147859e8270588749d606fb909110e4461e5fc /src/components | |
parent | 7b4bf7992b562c8140628c48e2cc05c347cb1e01 (diff) | |
parent | b3f9bb5a67b88f04ac1b54293569a4d950f8b8c8 (diff) |
Merge pull request #312 from IvanIFChen/hotfox-white-screen-bug-on-invite-friends
[HOTFIX] White screen bug on invite friends when navigating to profile
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/profile/Friends.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/profile/Friends.tsx b/src/components/profile/Friends.tsx index 51ba6c64..cf354e06 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) { |