From 24d871e04ad5f517fb3a053b4759d4eef40ebc19 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Tue, 22 Aug 2023 20:02:05 -0700 Subject: [PATCH] Fix build error from stray GridRep --- components/party/PartyFooter/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/party/PartyFooter/index.tsx b/components/party/PartyFooter/index.tsx index 9cb4830e..9ae4e432 100644 --- a/components/party/PartyFooter/index.tsx +++ b/components/party/PartyFooter/index.tsx @@ -271,6 +271,7 @@ const PartyFooter = (props: Props) => { fullAuto={party.full_auto} autoGuard={party.auto_guard} key={`party-${i}`} + loading={false} onClick={goTo} onSave={toggleFavorite} />