Fix Party element so that an identicon's height is that which was passed in

This commit is contained in:
Fabio Berger
2017-12-05 22:07:25 -06:00
parent 4441d76725
commit 86ed1b4554

View File

@@ -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}