Skip to content

Commit

Permalink
Fix minor with redux example
Browse files Browse the repository at this point in the history
  • Loading branch information
iamhosseindhv committed May 19, 2019
1 parent a9eca4e commit 1691679
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/redux-example/Notifier.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const mapStateToProps = store => ({

const mapDispatchToProps = dispatch => bindActionCreators({ removeSnackbar }, dispatch);

export default connect(
export default withSnackbar(connect(
mapStateToProps,
mapDispatchToProps,
)(withSnackbar(Notifier));
)(Notifier));

0 comments on commit 1691679

Please sign in to comment.