From 38b47698066805cda6b9a73a5772edd7f4ab719e Mon Sep 17 00:00:00 2001 From: vjrj Date: Fri, 2 Mar 2018 12:53:03 +0100 Subject: [PATCH] Added subscriptions cancel --- imports/ui/components/SelectionMap/SelectionMap.js | 2 +- .../SubscriptionEditor/SubscriptionEditor.js | 1 + .../ui/pages/FireSubscription/FireSubscription.js | 12 ++++++++---- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/imports/ui/components/SelectionMap/SelectionMap.js b/imports/ui/components/SelectionMap/SelectionMap.js index d56ee95..2908c39 100644 --- a/imports/ui/components/SelectionMap/SelectionMap.js +++ b/imports/ui/components/SelectionMap/SelectionMap.js @@ -244,7 +244,7 @@ class SelectionMap extends Component { bsStyle="warning" onClick={event => this.onSndBtn(event)} > - {this.props.sndBtn} + {this.props.sndBtn.match(/^fa-/) ? : this.props.sndBtn } }