mirror of
https://github.com/stronk-dev/LivepeerEvents.git
synced 2025-07-05 18:55:09 +02:00
Fixes
This commit is contained in:
parent
a569328044
commit
913c479c92
@ -271,7 +271,8 @@ export const getEvents = () => async dispatch => {
|
|||||||
transactionHash: currentTx,
|
transactionHash: currentTx,
|
||||||
transactionUrl: currentUrl,
|
transactionUrl: currentUrl,
|
||||||
transactionBlock: currentBlock,
|
transactionBlock: currentBlock,
|
||||||
transactionTime: currentTime
|
transactionTime: currentTime,
|
||||||
|
eventValue: (amount1 > amount2) ? amount1 : amount2
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
// Always split off Reward as a separate Reward Event
|
// Always split off Reward as a separate Reward Event
|
||||||
|
@ -68,6 +68,8 @@ const EventViewer = (obj) => {
|
|||||||
<h3>Show {defaultMaxShown}</h3>
|
<h3>Show {defaultMaxShown}</h3>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
}else{
|
||||||
|
showLessBlock = <div className="strokeSmollLeft" style={{ margin: 0, padding: 0, width: '5em' }}></div>
|
||||||
}
|
}
|
||||||
|
|
||||||
let searchTermText;
|
let searchTermText;
|
||||||
@ -87,7 +89,7 @@ const EventViewer = (obj) => {
|
|||||||
<div className="row">
|
<div className="row">
|
||||||
{showLessBlock}
|
{showLessBlock}
|
||||||
<div className="strokeSmollLeft" style={{ margin: 0, padding: 0 }}>
|
<div className="strokeSmollLeft" style={{ margin: 0, padding: 0 }}>
|
||||||
<h3>Showing {maxAmount} results</h3>
|
<h3>Showing max {maxAmount} results</h3>
|
||||||
</div>
|
</div>
|
||||||
{showMoreBlock}
|
{showMoreBlock}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user