From 135543199fe337a206d8ed2ded0634aedeac7ca1 Mon Sep 17 00:00:00 2001 From: Travis Eden Date: Wed, 30 May 2018 15:23:48 -0400 Subject: [PATCH] remove notification props --- src/redux/actions/notifications.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/redux/actions/notifications.js b/src/redux/actions/notifications.js index 54f5e1d..fcaaa68 100644 --- a/src/redux/actions/notifications.js +++ b/src/redux/actions/notifications.js @@ -2,7 +2,7 @@ import * as ACTIONS from 'constants/action_types'; import Notification from 'types/Notification'; -export function doNotify(notification: Notification, notificationProps: NotificationProps) { +export function doNotify(notification: Notification, notificationProps) { return { type: ACTIONS.CREATE_NOTIFICATION, data: {