{ this.renderPendingRequests() }
{ this.renderLocalQueue() }
);
}
_sortRequests = (a, b) => {
return new BigNumber(a.id).cmp(b.id);
}
renderLocalQueue () {
const { localHashes } = this.store;
const { blockNumber, newError } = this.props;
if (!localHashes.length) {
return null;
}
return (