From 03409c2ff111f74b94f3fb5d2ba5ff6f0a26eb36 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Sat, 15 Feb 2020 01:17:29 +0000 Subject: [PATCH] Restyled by prettier --- src/components/Community/Learn/index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 => (