aboutsummaryrefslogtreecommitdiff
path: root/src/components/profile/FriendsCount.tsx
diff options
context:
space:
mode:
authorBrian Kim <brian@tagg.id>2021-05-17 16:51:48 -0700
committerBrian Kim <brian@tagg.id>2021-05-17 16:51:48 -0700
commit4aca9fc0916240ce5e4284d625f240998db17bff (patch)
tree0a3c75d12487c4298bce1fb9ddb8d8c8ebf4d4e6 /src/components/profile/FriendsCount.tsx
parent6a74b270d24f04e36821398b83863d5b97e1b44b (diff)
parent183ce2b263e7282f42d204ebd59676b8e28352ec (diff)
Merge with master
Diffstat (limited to 'src/components/profile/FriendsCount.tsx')
-rw-r--r--src/components/profile/FriendsCount.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/profile/FriendsCount.tsx b/src/components/profile/FriendsCount.tsx
index 8252266e..a299e9a1 100644
--- a/src/components/profile/FriendsCount.tsx
+++ b/src/components/profile/FriendsCount.tsx
@@ -37,7 +37,7 @@ const FriendsCount: React.FC<FriendsCountProps> = ({
return (
<TouchableOpacity
onPress={() =>
- navigation.navigate('FriendsListScreen', {
+ navigation.push('FriendsListScreen', {
userXId,
screenType,
})