forked from partypages/party-template
Fix build failing in CI due to warning
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
00a421f5d4
commit
1046ff09e0
16691
package-lock.json
generated
16691
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -53,6 +53,7 @@ export const PartyContextProvider: React.FC<{ children: React.ReactNode }> = (pr
|
||||
|
||||
useEffect(() => {
|
||||
loadData();
|
||||
// eslint-disable-next-line
|
||||
}, [apiEndpoint]);
|
||||
|
||||
return partyContext ?
|
||||
|
Loading…
Reference in New Issue
Block a user