mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-23 03:37:55 +00:00
fix: resolve all lint warnings in mobile and web apps
This commit is contained in:
@@ -123,6 +123,7 @@ export const LPStakingModal: React.FC<LPStakingModalProps> = ({ isOpen, onClose
|
||||
};
|
||||
|
||||
fetchPools();
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, [assetHubApi, isAssetHubReady, isOpen, selectedAccount, selectedPool]);
|
||||
|
||||
const formatAmount = (amount: string, decimals: number = 12): string => {
|
||||
|
||||
Reference in New Issue
Block a user