diff options
| author | Ashm Walia <ashmwalia@outlook.com> | 2021-01-29 10:55:14 -0800 |
|---|---|---|
| committer | Ashm Walia <ashmwalia@outlook.com> | 2021-01-29 10:55:14 -0800 |
| commit | 0e86cd3c972e54cf700cca65bb2493e84056276c (patch) | |
| tree | 7d655845fd577107ff68c0d146fbdb2dca45659a /src/routes | |
| parent | 2c36dcff257de81438500eccf61a3f9a968331ce (diff) | |
kind of works
Diffstat (limited to 'src/routes')
| -rw-r--r-- | src/routes/main/MainStackNavigator.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/routes/main/MainStackNavigator.tsx b/src/routes/main/MainStackNavigator.tsx index bd838ef2..663aeaea 100644 --- a/src/routes/main/MainStackNavigator.tsx +++ b/src/routes/main/MainStackNavigator.tsx @@ -37,6 +37,7 @@ export type MainStackParams = { moment_id: string; userXId: string | undefined; screenType: ScreenType; + comment_id?: string; }; FriendsListScreen: { userXId: string | undefined; |
