From 59bfeda3385ccca290f453a53e1f728a3114fd01 Mon Sep 17 00:00:00 2001 From: Christie Molloy Date: Wed, 14 Oct 2020 16:53:32 -0400 Subject: [PATCH] format --- src/groups/GroupsSection.tsx | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/src/groups/GroupsSection.tsx b/src/groups/GroupsSection.tsx index ff37b901ce..c534bef5de 100644 --- a/src/groups/GroupsSection.tsx +++ b/src/groups/GroupsSection.tsx @@ -126,17 +126,20 @@ export const GroupsSection = () => { } > - {rawData && ( - - )} - {filteredData && filteredData.length === 0 && ( - - )} + {rawData && ( + + )} + {filteredData && filteredData.length === 0 && ( + + )}