From 96a1b379da32dfc14c0031e9da6a8f0ac9786430 Mon Sep 17 00:00:00 2001 From: Vadim Arasev Date: Tue, 5 Mar 2019 16:53:34 +0300 Subject: [PATCH] `RewardByBlock` item for all networks --- src/components/BallotProxyMetadata/index.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/components/BallotProxyMetadata/index.js b/src/components/BallotProxyMetadata/index.js index 04c5f83..b81e01b 100644 --- a/src/components/BallotProxyMetadata/index.js +++ b/src/components/BallotProxyMetadata/index.js @@ -22,12 +22,6 @@ export class BallotProxyMetadata extends React.Component { /*8*/ { value: '9', label: ballotStore.ProxyBallotType[9] } // RewardByBlock ] - const networkName = getNetworkName(contractsStore.netId).toLowerCase() - - if (networkName !== constants.SOKOL && networkName !== constants.DAI) { - options.splice(8) // keep 0-7 items and remove 8th if the network is not Sokol or xDai - } - return (