mirror of
https://github.com/ClaytonWWilson/CS307-Team24.git
synced 2026-04-25 09:25:05 +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