From 296331e9fe414da862102d85462e7364776a222d Mon Sep 17 00:00:00 2001 From: Jerel Miller Date: Thu, 3 Sep 2020 20:28:52 -0700 Subject: [PATCH] chore: remove unneeded fragment --- src/components/FeatherIcon.js | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/components/FeatherIcon.js b/src/components/FeatherIcon.js index bf87683c8..830274527 100644 --- a/src/components/FeatherIcon.js +++ b/src/components/FeatherIcon.js @@ -166,14 +166,10 @@ const ICONS = { ), 'message-square': ( - <> - - + ), twitter: ( - <> - - + ), };