Refactor: remove stray ng-binding

This commit is contained in:
Daniel Ternyak 2017-06-23 20:34:13 -05:00
parent 07bde87658
commit cb36331c2d
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ export default class YourReceiving extends Component {
<div className="col-sm-8 col-sm-offset-2 col-xs-12"> <div className="col-sm-8 col-sm-offset-2 col-xs-12">
<label> <label>
<span>Your Receiving Address</span> <span>Your Receiving Address</span>
<strong className="ng-binding"> ({destinationKind})</strong> <strong> ({destinationKind})</strong>
</label> </label>
<input <input
className="form-control" className="form-control"