mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Merge pull request #322 from MetaMask/i321
identicon - default to imageify
This commit is contained in:
commit
251cb84afb
@ -40,7 +40,7 @@ IdenticonComponent.prototype.componentDidMount = function () {
|
||||
|
||||
var container = findDOMNode(this)
|
||||
var diameter = state.diameter || this.defaultDiameter
|
||||
var imageify = state.imageify
|
||||
var imageify = state.imageify === undefined ? true : state.imageify
|
||||
var img = iconFactory.iconForAddress(address, diameter, imageify)
|
||||
container.appendChild(img)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user