Fix DOM error with boolean prop

This commit is contained in:
apanizo 2018-08-28 14:13:00 +02:00
parent 1b2504a6e2
commit 58a84c1d6a
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ const Header = ({
<Paragraph className={classes.address} size="sm" noMargin>{userAddress}</Paragraph> <Paragraph className={classes.address} size="sm" noMargin>{userAddress}</Paragraph>
<OpenInNew style={openIconStyle} /> <OpenInNew style={openIconStyle} />
</Row> </Row>
<Col align="center" margin="md" grow> <Col align="center" margin="md">
<Button size="small" variant="raised" color="secondary">DISCONNECT</Button> <Button size="small" variant="raised" color="secondary">DISCONNECT</Button>
</Col> </Col>
</ExpansionPanelDetails> </ExpansionPanelDetails>