fixed stuff

This commit is contained in:
Aditya Sankaran
2019-12-04 18:48:08 -05:00
parent 8b4c32b81f
commit efecf3b02a
2 changed files with 2 additions and 2 deletions

View File

@@ -436,5 +436,5 @@ Quote.propTypes = {
}
export default connect(mapStateToProps, mapActionsToProps)(Home, Like, Quote);
export default connect(mapStateToProps, mapActionsToProps)(withStyles(styles)(Home, Like, Quote));