Browse Source

Removed unnecessary empty <div> from conditional

main
Brian Vaughn 7 years ago
committed by GitHub
parent
commit
d2a9c9aed7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/pages/blog/all.html.js

2
src/pages/blog/all.html.js

@ -90,7 +90,7 @@ const AllBlogPosts = ({data}: Props) => (
))} ))}
</div> </div>
) : ( ) : (
<div /> null
)} )}
</li> </li>
))} ))}

Loading…
Cancel
Save