diff --git a/client/src/lib/bootstrap-components.js b/client/src/lib/bootstrap-components.js index f8206e7d..88aba5d8 100644 --- a/client/src/lib/bootstrap-components.js +++ b/client/src/lib/bootstrap-components.js @@ -67,7 +67,6 @@ class Icon extends Component { @withComponentMixins([ withErrorHandling ]) - class Button extends Component { static propTypes = { onClickAsync: PropTypes.func, diff --git a/client/src/lists/segments/CUD.js b/client/src/lists/segments/CUD.js index 0b7c5c93..5c007caa 100644 --- a/client/src/lists/segments/CUD.js +++ b/client/src/lists/segments/CUD.js @@ -355,19 +355,6 @@ export default class CUD extends Component { {isEdit ? t('editSegment') : t('createSegment')}
- {isEdit ? - - - - - - - : - - - - } -

{t('segmentOptions')}

@@ -380,8 +367,8 @@ export default class CUD extends Component {
-
+ +
+ {isEdit ? + +