mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
Remove useBlockie in props for render
Removed unused useBlock for Lint validation.
This commit is contained in:
parent
a34362b776
commit
f131468353
@ -26,7 +26,7 @@ function mapStateToProps (state) {
|
|||||||
|
|
||||||
IdenticonComponent.prototype.render = function () {
|
IdenticonComponent.prototype.render = function () {
|
||||||
var props = this.props
|
var props = this.props
|
||||||
const { className = '', address, useBlockie } = props
|
const { className = '', address } = props
|
||||||
var diameter = props.diameter || this.defaultDiameter
|
var diameter = props.diameter || this.defaultDiameter
|
||||||
|
|
||||||
return address
|
return address
|
||||||
|
Loading…
Reference in New Issue
Block a user