This commit is contained in:
Sean Yesmunt 2021-04-19 13:18:47 -04:00
parent 27b1101d12
commit a841fd6206

View file

@ -72,7 +72,7 @@ export const doNotificationSocketConnect = (enableNotifications) => (dispatch) =
doSocketConnect(url, (data) => { doSocketConnect(url, (data) => {
switch (data.type) { switch (data.type) {
case 'pending_notifications': case 'pending_notification':
if (enableNotifications) { if (enableNotifications) {
dispatch(doNotificationList()); dispatch(doNotificationList());
} }