diff --git a/packages/components/src/DraftConfigurator/OptionPreamble/index.js b/packages/components/src/DraftConfigurator/OptionPreamble/index.js
index faae15d988c..a2ec4f2c3dc 100644
--- a/packages/components/src/DraftConfigurator/OptionPreamble/index.js
+++ b/packages/components/src/DraftConfigurator/OptionPreamble/index.js
@@ -3,7 +3,6 @@ import PropTypes from 'prop-types'
import IconButton from '@material-ui/core/IconButton'
import RightIcon from '@material-ui/icons/KeyboardArrowRight'
import ResetIcon from '@material-ui/icons/SettingsBackupRestore'
-import HelpIcon from '@material-ui/icons/Help'
import { injectIntl } from 'react-intl'
const OptionPreamble = props => {
@@ -88,17 +87,6 @@ const OptionPreamble = props => {
>
- {props.noDocs ? null : (
-
-
-
- )}
{props.option}