[Resolved Conlfict] Merge origin next to local.

This commit is contained in:
Qolzam
2018-04-04 10:37:03 +07:00
14 changed files with 21 additions and 8418 deletions

View File

@@ -230,4 +230,4 @@ const mapStateToProps = (state: any, ownProps: ISettingComponentProps) => {
}
// - Connect component to redux store
export default withRouter(connect(mapStateToProps, mapDispatchToProps)(withStyles(styles)(SettingComponent as any) as any) as any)
export default withRouter(connect(mapStateToProps, mapDispatchToProps)(withStyles(styles as any)(SettingComponent as any) as any) as any)