Added subscriptions cancel
This commit is contained in:
parent
f17fd13c2a
commit
38b4769806
3 changed files with 10 additions and 5 deletions
|
|
@ -244,7 +244,7 @@ class SelectionMap extends Component {
|
|||
bsStyle="warning"
|
||||
onClick={event => this.onSndBtn(event)}
|
||||
>
|
||||
{this.props.sndBtn}
|
||||
{this.props.sndBtn.match(/^fa-/) ? <i className={`fa ${this.props.sndBtn}`} /> : this.props.sndBtn }
|
||||
</Button>
|
||||
}
|
||||
<Button
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue