Refactor: remove stray ng-binding
This commit is contained in:
parent
07bde87658
commit
cb36331c2d
|
@ -20,7 +20,7 @@ export default class YourReceiving extends Component {
|
|||
<div className="col-sm-8 col-sm-offset-2 col-xs-12">
|
||||
<label>
|
||||
<span>Your Receiving Address</span>
|
||||
<strong className="ng-binding"> ({destinationKind})</strong>
|
||||
<strong> ({destinationKind})</strong>
|
||||
</label>
|
||||
<input
|
||||
className="form-control"
|
||||
|
|
Loading…
Reference in New Issue