mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-26 09:57:55 +00:00
fix: remove unused getApprovedChainId and stale eslint-disable
This commit is contained in:
@@ -574,7 +574,6 @@ export const PezkuwiProvider: React.FC<PezkuwiProviderProps> = ({
|
||||
|
||||
window.addEventListener('walletconnect_disconnected', handleWcDisconnect);
|
||||
return () => window.removeEventListener('walletconnect_disconnected', handleWcDisconnect);
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, [walletSource]);
|
||||
|
||||
const value: PezkuwiContextType = {
|
||||
|
||||
Reference in New Issue
Block a user