diff --git a/src/pages/blog/all.html.js b/src/pages/blog/all.html.js
index 9c97c0a7..b7ba40bd 100644
--- a/src/pages/blog/all.html.js
+++ b/src/pages/blog/all.html.js
@@ -89,9 +89,7 @@ const AllBlogPosts = ({data}: Props) => (
))}
- ) : (
- null
- )}
+ ) : null}
))}