Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Fix default import (#3960)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Dec 23, 2016
1 parent 63d68aa commit e006af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/ui/IdentityIcon/identityIcon.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { connect } from 'react-redux';
import { bindActionCreators } from 'redux';

import { createIdentityImg } from '~/api/util/identity';
import ContractIcon from '../Icons';
import { ContractIcon } from '../Icons';

import styles from './identityIcon.css';

Expand Down

0 comments on commit e006af1

Please sign in to comment.