mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-18 03:01:05 +01:00
fix?
This commit is contained in:
@@ -89,4 +89,7 @@ class ProfileInfo extends React.Component<Props> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export default compose(injectSheet(styles)(translate("commons")(ProfileInfo)));
|
export default compose(
|
||||||
|
injectSheet(styles),
|
||||||
|
translate("commons")
|
||||||
|
)(ProfileInfo);
|
||||||
|
|||||||
Reference in New Issue
Block a user