Skip to content

Commit

Permalink
#215 - Remove withStyles index
Browse files Browse the repository at this point in the history
  • Loading branch information
iamhosseindhv committed Feb 23, 2020
1 parent d0979b7 commit 55d6c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SnackbarItem/SnackbarItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,4 +210,4 @@ SnackbarItem.propTypes = {
onEntered: PropTypes.func.isRequired,
};

export default withStyles(styles, { index: 1 })(SnackbarItem);
export default withStyles(styles)(SnackbarItem);

0 comments on commit 55d6c13

Please sign in to comment.