diff --git a/src/actions/livepeer.js b/src/actions/livepeer.js index eaa7a07..7ca5baa 100644 --- a/src/actions/livepeer.js +++ b/src/actions/livepeer.js @@ -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 diff --git a/src/eventViewer.js b/src/eventViewer.js index 44ec7ff..fff248b 100644 --- a/src/eventViewer.js +++ b/src/eventViewer.js @@ -68,6 +68,8 @@ const EventViewer = (obj) => {

Show {defaultMaxShown}

+ }else{ + showLessBlock =
} let searchTermText; @@ -87,7 +89,7 @@ const EventViewer = (obj) => {
{showLessBlock}
-

Showing {maxAmount} results

+

Showing max {maxAmount} results

{showMoreBlock}