mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-06 21:45:43 +01:00
remove duplicated comment
This commit is contained in:
@@ -27,7 +27,6 @@ class ConfigurationBinder {
|
|||||||
return props.links && props.links[linkName];
|
return props.links && props.links[linkName];
|
||||||
};
|
};
|
||||||
|
|
||||||
// create NavigationLink with translated label and bind link to extensionPoint
|
|
||||||
// create NavigationLink with translated label
|
// create NavigationLink with translated label
|
||||||
const ConfigNavLink = translate(this.i18nNamespace)(({t}) => {
|
const ConfigNavLink = translate(this.i18nNamespace)(({t}) => {
|
||||||
return this.navLink("/config" + to, labelI18nKey, t);
|
return this.navLink("/config" + to, labelI18nKey, t);
|
||||||
|
|||||||
Reference in New Issue
Block a user