Removed fetchRelatedRelationships in streaming notifications
• Removed: - fetchRelatedRelationships in streaming notifications
This commit is contained in:
parent
f4512b4411
commit
5d71dc2be3
|
@ -74,8 +74,6 @@ export const updateNotifications = (notification, intlMessages, intlLocale) => (
|
|||
type: NOTIFICATIONS_UPDATE,
|
||||
notification,
|
||||
})
|
||||
|
||||
fetchRelatedRelationships(dispatch, [notification])
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue