remove ugly rounds for now

This commit is contained in:
Marco van Dijk 2022-06-02 00:12:36 +02:00
parent c27c351ec8
commit f82226f5c8

View File

@ -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}