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.tsx5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/routes/profile/ProfileStack.tsx b/src/routes/profile/ProfileStack.tsx
index 63ab9a10..df4d234f 100644
--- a/src/routes/profile/ProfileStack.tsx
+++ b/src/routes/profile/ProfileStack.tsx
@@ -10,7 +10,10 @@ export type ProfileStackParams = {
socialMediaHandle: string;
isProfileView: boolean;
};
- CaptionScreen: {title: string; image: object};
+ CaptionScreen: {
+ title: string;
+ image: object;
+ };
};
export const ProfileStack = createStackNavigator<ProfileStackParams>();