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