diff --git a/src/components/Community/Learn/index.js b/src/components/Community/Learn/index.js
index 78217baa6f..39862c2bcd 100644
--- a/src/components/Community/Learn/index.js
+++ b/src/components/Community/Learn/index.js
@@ -250,9 +250,7 @@ export default function CommunityLearn({ theme }) {
}
>
{!ready && Loading...}
- {error && (
- Blog unavailable right now
- )}
+ {error && Blog unavailable right now}
{posts &&
posts.map(post => (