Fix build error from stray GridRep
This commit is contained in:
parent
4c7732d3cb
commit
24d871e04a
1 changed files with 1 additions and 0 deletions
|
|
@ -271,6 +271,7 @@ const PartyFooter = (props: Props) => {
|
||||||
fullAuto={party.full_auto}
|
fullAuto={party.full_auto}
|
||||||
autoGuard={party.auto_guard}
|
autoGuard={party.auto_guard}
|
||||||
key={`party-${i}`}
|
key={`party-${i}`}
|
||||||
|
loading={false}
|
||||||
onClick={goTo}
|
onClick={goTo}
|
||||||
onSave={toggleFavorite}
|
onSave={toggleFavorite}
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue