Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
trazyn committed Sep 14, 2017
1 parent cb8a554 commit 97bccf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/components/Avatar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export default class Avatar extends Component {
return (
<img
className={clazz('Avatar', 'fade fadein', this.props.className)}
src={this.props.src}
onLoad={e => this.handleLoad(e)}
onError={e => this.handleError(e)} />
);
Expand Down

0 comments on commit 97bccf7

Please sign in to comment.