addin' comments to silence eslint 🍤

This commit is contained in:
Will Holcomb
2021-03-19 15:25:51 -04:00
committed by Alec LaLonde
parent b6b91013de
commit ee403bea8d

View File

@@ -130,7 +130,7 @@ export const Web3ContextProvider: React.FC<Web3ContextProviderOptions> = ({
setIsConnected(true);
if (resetUrqlClient) resetUrqlClient();
} catch (error) {
console.log(error); // eslint-disable-line no-console
console.log(error); // eslint-disable-line no-console
setIsConnecting(false);
disconnect();
}