From 30a6967187d21d38d602a92c03e631ebad931767 Mon Sep 17 00:00:00 2001 From: ppanel-web Date: Fri, 6 Feb 2026 07:09:55 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20fix(payment):=20satisfy=20img=20?= =?UTF-8?q?size=20lint=20rule?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/user/src/sections/user/payment/stripe.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/user/src/sections/user/payment/stripe.tsx b/apps/user/src/sections/user/payment/stripe.tsx index 248b632..18ac75e 100644 --- a/apps/user/src/sections/user/payment/stripe.tsx +++ b/apps/user/src/sections/user/payment/stripe.tsx @@ -365,6 +365,8 @@ const CheckoutForm: React.FC> = ({ alt={qrCodeMap[method] || t(`qrcode.${method}`, `Scan with ${method}`)} className="mx-auto h-[208px] w-[208px]" src={qrCodeImageDataUrl} + width={208} + height={208} /> ) : (