Skip to content

Commit

Permalink
Make the linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaz committed May 22, 2017
1 parent 20a9941 commit a4a1544
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions blocks/library/gallery/gallery-image.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@

export default class GalleryImage extends wp.element.Component {

render() {

return (
<div key={ this.props.i } className="blocks-gallery-image">
<img src={ this.props.img.src } alt={ this.props.img.alt } />
Expand Down

0 comments on commit a4a1544

Please sign in to comment.