aboutsummaryrefslogtreecommitdiff
path: root/src/routes
diff options
context:
space:
mode:
authorIvan Chen <ivan@thetaggid.com>2021-01-29 17:37:11 -0500
committerGitHub <noreply@github.com>2021-01-29 17:37:11 -0500
commitc08699f541089aed989f3f481d10f890c3064170 (patch)
tree1951a6b12f451d6ffe53c886c96fb0e360568efe /src/routes
parent77002bb0e78d5c47e6daca14e8c699706a3f94a2 (diff)
parentcf77496e68b9ef97c833da35fcef2a29bd1f9ae5 (diff)
Merge pull request #207 from ashmgarv/tma605
[TMA 605] Allow comment reply redirection from notifications tab
Diffstat (limited to 'src/routes')
-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 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;