mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 17:05:43 +01:00
fix a ton of typescript errors
This commit is contained in:
@@ -147,7 +147,4 @@ const mapStateToProps = (state: any) => {
|
||||
};
|
||||
};
|
||||
|
||||
export default compose(
|
||||
connect(mapStateToProps),
|
||||
withTranslation("admin")
|
||||
)(Admin);
|
||||
export default compose(connect(mapStateToProps), withTranslation("admin"))(Admin);
|
||||
|
||||
Reference in New Issue
Block a user