Fix build error from stray GridRep

This commit is contained in:
Justin Edmund 2023-08-22 20:02:05 -07:00
parent 4c7732d3cb
commit 24d871e04a

View file

@ -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}
/>