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}/> }