|
@@ -49,7 +49,7 @@ class SlackNotification extends React.Component {
|
|
|
checked={this.props.isSlackEnabled}
|
|
checked={this.props.isSlackEnabled}
|
|
|
onChange={this.updateCheckboxHandler}
|
|
onChange={this.updateCheckboxHandler}
|
|
|
/>
|
|
/>
|
|
|
- <label className={`custom-control-label align-center ${this.props.popUp ? 'mt-1' : ''}`} htmlFor={this.props.id}>
|
|
|
|
|
|
|
+ <label className="custom-control-label align-center" htmlFor={this.props.id}>
|
|
|
</label>
|
|
</label>
|
|
|
</div>
|
|
</div>
|
|
|
</label>
|
|
</label>
|