|
@ -268,12 +268,14 @@ export const WalletsDataRender = function() { |
|
|
{ this.renderAddressList() } |
|
|
{ this.renderAddressList() } |
|
|
</div> |
|
|
</div> |
|
|
} |
|
|
} |
|
|
<div className="col-sm-4 search-box"> |
|
|
{ this.props.ActiveCoin.txhistory !== 'loading' && |
|
|
<input |
|
|
<div className="col-sm-4 search-box"> |
|
|
className="form-control" |
|
|
<input |
|
|
onChange={ e => this.onSearchTermChange(e.target.value) } |
|
|
className="form-control" |
|
|
placeholder="Search" /> |
|
|
onChange={ e => this.onSearchTermChange(e.target.value) } |
|
|
</div> |
|
|
placeholder="Search" /> |
|
|
|
|
|
</div> |
|
|
|
|
|
} |
|
|
</div> |
|
|
</div> |
|
|
<div className="row"> |
|
|
<div className="row"> |
|
|
{ this.renderTxHistoryList() } |
|
|
{ this.renderTxHistoryList() } |
|
|