Skip to content

Commit

Permalink
Make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaz committed Jun 26, 2017
1 parent 77aa0f1 commit 65514e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/library/gallery/gallery-image.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
export default function GalleryImage( props ) {
return (
<figure className="blocks-gallery-image">
<img src={ props.img.url } alt={ props.img.alt } data-postId={ props.img.id }/>
<img src={ props.img.url } alt={ props.img.alt } data-postId={ props.img.id } />
</figure>
);
}

0 comments on commit 65514e4

Please sign in to comment.