From 6c85fd039f0f6edd4f0b77122f6b0404fb68bc3d Mon Sep 17 00:00:00 2001 From: isaacuribe Date: Mon, 20 Aug 2018 14:31:07 +1000 Subject: [PATCH] Handler name fix --- src/Notifications.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Notifications.js b/src/Notifications.js index 1b4e21f..f92eb85 100644 --- a/src/Notifications.js +++ b/src/Notifications.js @@ -40,7 +40,7 @@ export default { component={notification.component} timestamp={notification.timestamp} closeOnClick={notification.closeOnClick} - clickHandler={notification.onClick} + clickHandler={notification.clickHandler} showClose={notification.showClose} key={notification.timestamp.getTime()} onClose={this.removeNotification}/> }