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.tsx4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/routes/profile/ProfileStack.tsx b/src/routes/profile/ProfileStack.tsx
index b1e86214..5590f78a 100644
--- a/src/routes/profile/ProfileStack.tsx
+++ b/src/routes/profile/ProfileStack.tsx
@@ -33,6 +33,10 @@ export type ProfileStackParams = {
isFollowers: boolean;
list: ProfilePreviewType[];
};
+ EditProfile: {
+ userId: boolean;
+ username: ProfilePreviewType[];
+ };
};
export const ProfileStack = createStackNavigator<ProfileStackParams>();