Fix Party element so that an identicon's height is that which was passed in
This commit is contained in:
@@ -73,7 +73,7 @@ export class Party extends React.Component<PartyProps, PartyState> {
|
||||
/> :
|
||||
<div
|
||||
className="mx-auto"
|
||||
style={{height: IMAGE_DIMENSION, width: IMAGE_DIMENSION}}
|
||||
style={{height: identiconDiameter, width: identiconDiameter}}
|
||||
>
|
||||
<Identicon
|
||||
address={this.props.address}
|
||||
|
Reference in New Issue
Block a user