From 3832d2082e34de4ee8ef8d13f359ecf58c58a04e Mon Sep 17 00:00:00 2001 From: "web@ppanel" Date: Mon, 16 Dec 2024 13:01:59 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(locale):=20Empty?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/user/app/(main)/(user)/payment/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/user/app/(main)/(user)/payment/page.tsx b/apps/user/app/(main)/(user)/payment/page.tsx index ab67f5f..d6a0804 100644 --- a/apps/user/app/(main)/(user)/payment/page.tsx +++ b/apps/user/app/(main)/(user)/payment/page.tsx @@ -94,7 +94,7 @@ export default function Page() {
- {t(`methods.${data?.method}`)} + {data?.method && {t(`methods.${data?.method}`)}}