aboutsummaryrefslogtreecommitdiff
path: root/src/routes/main
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-03-29 18:31:35 -0400
committerGitHub <noreply@github.com>2021-03-29 18:31:35 -0400
commit63bd7841343ecc7f15f0f645e515a8e962584f07 (patch)
treec700848d62f2da4cdf2767552576d401f03f5b63 /src/routes/main
parentb0e4fe55be8983079f499b923e953855afeb2c64 (diff)
parent5b82b32d00f85f1fa27d9812f73a4f3e6c00d204 (diff)
Merge pull request #336 from leonyjiang/tma739-bugfix-profile-onboarding-tutorial
[TMA-739] Bugfix — First Moment Tutorial
Diffstat (limited to 'src/routes/main')
-rw-r--r--src/routes/main/MainStackNavigator.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/routes/main/MainStackNavigator.tsx b/src/routes/main/MainStackNavigator.tsx
index 4563ec95..9b089634 100644
--- a/src/routes/main/MainStackNavigator.tsx
+++ b/src/routes/main/MainStackNavigator.tsx
@@ -72,6 +72,7 @@ export type MainStackParams = {
MomentUploadPrompt: {
screenType: ScreenType;
momentCategory: string;
+ profileBodyHeight: number;
};
AnimatedTutorial: {
screenType: ScreenType;