diff options
author | Ivan Chen <ivan@tagg.id> | 2021-03-19 15:11:12 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-03-19 15:11:12 -0400 |
commit | b3f9bb5a67b88f04ac1b54293569a4d950f8b8c8 (patch) | |
tree | 906d3f6020c2817fe00cc4974fda17828bfc3f32 /src/components/profile/Friends.tsx | |
parent | 853b92cce77bd84fd93806b6519afa4ac4dde508 (diff) |
actually using route params
Diffstat (limited to 'src/components/profile/Friends.tsx')
-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 d87b0fb0..8a24485f 100644 --- a/src/components/profile/Friends.tsx +++ b/src/components/profile/Friends.tsx @@ -65,7 +65,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) { |