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.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/routes/profile/ProfileStack.tsx b/src/routes/profile/ProfileStack.tsx
index cba646f8..b1e86214 100644
--- a/src/routes/profile/ProfileStack.tsx
+++ b/src/routes/profile/ProfileStack.tsx
@@ -23,6 +23,7 @@ export type ProfileStackParams = {
IndividualMoment: {
moment: MomentType;
isProfileView: boolean;
+ username: string;
};
MomentCommentsScreen: {
isProfileView: boolean;