Fix build failing in CI due to warning
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kai Vogelgesang 2022-10-10 20:33:36 +02:00
parent 00a421f5d4
commit 1046ff09e0
Signed by: kai
GPG Key ID: 0A95D3B6E62C0879
2 changed files with 16646 additions and 46 deletions

16691
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -53,6 +53,7 @@ export const PartyContextProvider: React.FC<{ children: React.ReactNode }> = (pr
useEffect(() => {
loadData();
// eslint-disable-next-line
}, [apiEndpoint]);
return partyContext ?