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">
|
<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"
|
||||||
|
|
Loading…
Reference in New Issue