remove duplicated comment

This commit is contained in:
Maren Süwer
2018-11-15 10:42:56 +01:00
parent 8ac55943da
commit 3df4967435

View File

@@ -27,7 +27,6 @@ class ConfigurationBinder {
return props.links && props.links[linkName];
};
// create NavigationLink with translated label and bind link to extensionPoint
// create NavigationLink with translated label
const ConfigNavLink = translate(this.i18nNamespace)(({t}) => {
return this.navLink("/config" + to, labelI18nKey, t);