From d851f38976bb011b5f29a7f35a2f0a6fa6bf6276 Mon Sep 17 00:00:00 2001 From: nkdengineer Date: Fri, 2 Aug 2024 10:51:41 +0700 Subject: [PATCH] fix: add spacing between 2 buttons --- src/pages/settings/Subscription/CardSection/CardSection.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/pages/settings/Subscription/CardSection/CardSection.tsx b/src/pages/settings/Subscription/CardSection/CardSection.tsx index 049728a85614..25a201bf6887 100644 --- a/src/pages/settings/Subscription/CardSection/CardSection.tsx +++ b/src/pages/settings/Subscription/CardSection/CardSection.tsx @@ -129,14 +129,14 @@ function CardSection() { )} - {isEmptyObject(defaultCard?.accountData) && } + {isEmptyObject(defaultCard?.accountData) && } {billingStatus?.isRetryAvailable !== undefined && (