mirror of
https://github.com/ClaytonWWilson/CS307-Team24.git
synced 2026-03-10 21:25:04 +00:00
fixed stuff
This commit is contained in:
@@ -436,5 +436,5 @@ Quote.propTypes = {
|
||||
}
|
||||
|
||||
|
||||
export default connect(mapStateToProps, mapActionsToProps)(Home, Like, Quote);
|
||||
export default connect(mapStateToProps, mapActionsToProps)(withStyles(styles)(Home, Like, Quote));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user