Skip to content

Commit

Permalink
Removed unnecessary empty <div> from conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn authored Nov 29, 2017
1 parent 2a165e7 commit d2a9c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/blog/all.html.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const AllBlogPosts = ({data}: Props) => (
))}
</div>
) : (
<div />
null
)}
</li>
))}
Expand Down

0 comments on commit d2a9c9a

Please sign in to comment.