`RewardByBlock` item for all networks

This commit is contained in:
Vadim Arasev 2019-03-05 16:53:34 +03:00
parent 01f9c97f53
commit 96a1b379da
1 changed files with 0 additions and 6 deletions

View File

@ -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 (
<div className="frm-BallotProxyMetadata">
<div className="frm-BallotProxyMetadata_Row">