aboutsummaryrefslogtreecommitdiff
path: root/src/routes/profile/ProfileStack.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes/profile/ProfileStack.tsx')
-rw-r--r--src/routes/profile/ProfileStack.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/profile/ProfileStack.tsx b/src/routes/profile/ProfileStack.tsx
index d85f003e..b535d90d 100644
--- a/src/routes/profile/ProfileStack.tsx
+++ b/src/routes/profile/ProfileStack.tsx
@@ -27,7 +27,7 @@ export type ProfileStackParams = {
isProfileView: boolean;
};
FollowersListScreen: {
- isProfileView: boolean,
+ isProfileView: boolean;
isFollowers: boolean;
};
};