Fix build failing in CI due to warning
This commit is contained in:
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(() => {
|
useEffect(() => {
|
||||||
loadData();
|
loadData();
|
||||||
|
// eslint-disable-next-line
|
||||||
}, [apiEndpoint]);
|
}, [apiEndpoint]);
|
||||||
|
|
||||||
return partyContext ?
|
return partyContext ?
|
||||||
|
|||||||
Reference in New Issue
Block a user