remove dead code on main page
This commit is contained in:
parent
918ab24b2a
commit
c9e940b211
17
app/dapp.js
17
app/dapp.js
|
@ -75,23 +75,6 @@ class App extends React.Component {
|
||||||
</Hidden>
|
</Hidden>
|
||||||
</div>
|
</div>
|
||||||
</Fade>}
|
</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>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue