mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-22 20:37:56 +00:00
fix: resolve all lint warnings in mobile and web apps
This commit is contained in:
@@ -78,6 +78,7 @@ export const XCMBridgeSetupModal: React.FC<XCMBridgeSetupModalProps> = ({
|
||||
setErrorMessage(error instanceof Error ? error.message : 'Status check failed');
|
||||
setStep('error');
|
||||
}
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, [assetHubApi, isAssetHubReady]);
|
||||
|
||||
// Reset when modal opens/closes
|
||||
|
||||
Reference in New Issue
Block a user