Browse Source

Prettier fix

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

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

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

Loading…
Cancel
Save