🧹 fix(payment): satisfy img size lint rule

This commit is contained in:
ppanel-web 2026-02-06 07:09:55 +00:00
parent 160e6da3f6
commit 30a6967187

View File

@ -365,6 +365,8 @@ const CheckoutForm: React.FC<Omit<StripePaymentProps, "publishable_key">> = ({
alt={qrCodeMap[method] || t(`qrcode.${method}`, `Scan with ${method}`)} alt={qrCodeMap[method] || t(`qrcode.${method}`, `Scan with ${method}`)}
className="mx-auto h-[208px] w-[208px]" className="mx-auto h-[208px] w-[208px]"
src={qrCodeImageDataUrl} src={qrCodeImageDataUrl}
width={208}
height={208}
/> />
) : ( ) : (
<QRCodeCanvas <QRCodeCanvas