From 3df496743568cccb1581ceef67f8b6bde1a6df05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maren=20S=C3=BCwer?= Date: Thu, 15 Nov 2018 10:42:56 +0100 Subject: [PATCH] remove duplicated comment --- .../packages/ui-components/src/config/ConfigurationBinder.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scm-ui-components/packages/ui-components/src/config/ConfigurationBinder.js b/scm-ui-components/packages/ui-components/src/config/ConfigurationBinder.js index 21d889c8c4..960fe7db21 100644 --- a/scm-ui-components/packages/ui-components/src/config/ConfigurationBinder.js +++ b/scm-ui-components/packages/ui-components/src/config/ConfigurationBinder.js @@ -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);