remove dead code on main page

This commit is contained in:
Barry Gitarts 2018-08-18 16:41:53 -04:00
parent 918ab24b2a
commit c9e940b211
1 changed files with 0 additions and 17 deletions

View File

@ -75,23 +75,6 @@ class App extends React.Component {
</Hidden>
</div>
</Fade>}
{false &&
<Fragment>
<Paper elevation={4}>
<Typography style={{ fontSize: '2.5rem', padding: '0.5%', textAlign: 'center' }} variant="headline" component="h3"><i style={{ fontSize: '1rem' }}>network </i>{network}</Typography>
</Paper>
<NameLookup />
<div style={{ textAlign: 'center' }}>
<TokenPermissions
symbol={symbols[network] || 'SNT'}
spender={ENSSubdomainRegistry._address}
methods={TestToken.methods} />
<hr/>
<Toggle onChange={() => { this.setState({ admin: !admin })}} />
<br/>
<span>Admin Mode</span>
</div>
</Fragment>}
</div>
);
}