diff options
author | Ivan Chen <ivan@thetaggid.com> | 2021-01-29 17:37:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-29 17:37:11 -0500 |
commit | c08699f541089aed989f3f481d10f890c3064170 (patch) | |
tree | 1951a6b12f451d6ffe53c886c96fb0e360568efe /src/screens/main/NotificationsScreen.tsx | |
parent | 77002bb0e78d5c47e6daca14e8c699706a3f94a2 (diff) | |
parent | cf77496e68b9ef97c833da35fcef2a29bd1f9ae5 (diff) |
Merge pull request #207 from ashmgarv/tma605
[TMA 605] Allow comment reply redirection from notifications tab
Diffstat (limited to 'src/screens/main/NotificationsScreen.tsx')
-rw-r--r-- | src/screens/main/NotificationsScreen.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/main/NotificationsScreen.tsx b/src/screens/main/NotificationsScreen.tsx index 4bdee942..d9952aa8 100644 --- a/src/screens/main/NotificationsScreen.tsx +++ b/src/screens/main/NotificationsScreen.tsx @@ -70,7 +70,7 @@ const NotificationsScreen: React.FC = () => { //Called when user leaves the screen return () => resetNewNotificationFlag(); - }, [newNotificationReceived]), + }, [newNotificationReceived, dispatch, refreshNotifications]), ); // handles storing and fetching the "previously viewed" information |