mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-15 20:44:07 +00:00
Fix DOM error with boolean prop
This commit is contained in:
parent
1b2504a6e2
commit
58a84c1d6a
@ -126,7 +126,7 @@ const Header = ({
|
||||
<Paragraph className={classes.address} size="sm" noMargin>{userAddress}</Paragraph>
|
||||
<OpenInNew style={openIconStyle} />
|
||||
</Row>
|
||||
<Col align="center" margin="md" grow>
|
||||
<Col align="center" margin="md">
|
||||
<Button size="small" variant="raised" color="secondary">DISCONNECT</Button>
|
||||
</Col>
|
||||
</ExpansionPanelDetails>
|
||||
|
Loading…
x
Reference in New Issue
Block a user