Add poll in homepage
All checks were successful
Lint / lint (20.x) (pull_request) Successful in 1m27s

This commit is contained in:
IshaVenikar 2025-02-11 18:09:07 +05:30
parent 4ba3b86c39
commit 058a305215

View File

@ -29,7 +29,7 @@ const BuyPrepaidService = () => {
</Button>
</div>
<CheckBalanceIframe onBalanceChange={setIsBalanceSufficient} isPollingEnabled={false} amount='1'/>
<CheckBalanceIframe onBalanceChange={setIsBalanceSufficient} isPollingEnabled={true} amount='1'/>
</div>
);
};