Added subscriptions cancel

This commit is contained in:
vjrj 2018-03-02 12:53:03 +01:00
parent f17fd13c2a
commit 38b4769806
3 changed files with 10 additions and 5 deletions

View file

@ -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