fix typo
This commit is contained in:
parent
27b1101d12
commit
a841fd6206
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue