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}
|
||||
autoGuard={party.auto_guard}
|
||||
key={`party-${i}`}
|
||||
loading={false}
|
||||
onClick={goTo}
|
||||
onSave={toggleFavorite}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue