no skip ci on agent balance' qr card

This commit is contained in:
bagusajisaputroo
2025-06-01 21:19:33 +07:00
parent 0444f62971
commit fdec25ad02

View File

@ -203,7 +203,7 @@ const PaymentCard = ({ barcode, agent_name, customerId }: any) => {
img.onload = () => resolve(); img.onload = () => resolve();
} }
}); });
}; };
const handleDownload = async () => { const handleDownload = async () => {
if (!cardRef.current) return; if (!cardRef.current) return;