mirror of
https://github.com/stronk-dev/LivepeerEvents.git
synced 2025-07-05 02:35:09 +02:00
remove ugly rounds for now
This commit is contained in:
parent
c27c351ec8
commit
f82226f5c8
@ -426,6 +426,8 @@ const EventViewer = (obj) => {
|
||||
}
|
||||
} else if (latestType == "round") {
|
||||
roundsIdx--;
|
||||
// they are ugly, disable for now
|
||||
continue;
|
||||
eventList.push(<Round
|
||||
key={thisEvent.transactionHash + unfiltered + roundsIdx}
|
||||
seed={thisEvent.transactionHash + unfiltered + roundsIdx}
|
||||
|
Loading…
x
Reference in New Issue
Block a user