diff options
Diffstat (limited to 'src/routes/profile/ProfileStack.tsx')
-rw-r--r-- | src/routes/profile/ProfileStack.tsx | 1 |
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; |