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 (