From 64cd8ab7ddf13b3c280bdbc2f9f2b8fb03c9c4a7 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Fri, 23 Feb 2024 14:05:57 +0100 Subject: [PATCH] PaymentModal: Fix position of the provider icon (#4267) --- src/components/payment/Checkout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/payment/Checkout.tsx b/src/components/payment/Checkout.tsx index 1881f68b1..f5c0b76a0 100644 --- a/src/components/payment/Checkout.tsx +++ b/src/components/payment/Checkout.tsx @@ -262,8 +262,8 @@ function renderCheckoutItem({ icon={icon} inactive={!onClick} onClick={onClick} + leftElement={customIcon && } > - {customIcon && }
{title || label}