remove notification props

This commit is contained in:
Travis Eden 2018-05-30 15:23:48 -04:00
parent a32e8835c2
commit 135543199f

View file

@ -2,7 +2,7 @@
import * as ACTIONS from 'constants/action_types'; import * as ACTIONS from 'constants/action_types';
import Notification from 'types/Notification'; import Notification from 'types/Notification';
export function doNotify(notification: Notification, notificationProps: NotificationProps) { export function doNotify(notification: Notification, notificationProps) {
return { return {
type: ACTIONS.CREATE_NOTIFICATION, type: ACTIONS.CREATE_NOTIFICATION,
data: { data: {