Remove useBlockie in props for render

Removed unused useBlock for Lint validation.
feature/default_network_editable
Thomas Huang 7 years ago committed by GitHub
parent a34362b776
commit f131468353
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ui/app/components/identicon.js

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

Loading…
Cancel
Save