1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 09:57:02 +01:00

Remove useBlockie in props for render

Removed unused useBlock for Lint validation.
This commit is contained in:
Thomas Huang 2017-11-28 13:37:45 -06:00 committed by GitHub
parent a34362b776
commit f131468353
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ function mapStateToProps (state) {
IdenticonComponent.prototype.render = function () {
var props = this.props
const { className = '', address, useBlockie } = props
const { className = '', address } = props
var diameter = props.diameter || this.defaultDiameter
return address