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