aboutsummaryrefslogtreecommitdiff
path: root/src/services/FCMService.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/services/FCMService.ts')
-rw-r--r--src/services/FCMService.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/services/FCMService.ts b/src/services/FCMService.ts
index b6cd18af..84f30f09 100644
--- a/src/services/FCMService.ts
+++ b/src/services/FCMService.ts
@@ -134,7 +134,7 @@ class FCMService {
// TODO: Get {name, params} of screen when user must be redirected to
// Redirected to Notification Screen for now
const redirectTo = 'Notifications';
- /* TODO: Check login status and redirect user/store screen to async as
+ /* TODO: Check login status and redirect user/store screen to async as
initialRoute for NavigationBar Stack */
RootNavigation.navigate(redirectTo);
}