From ecac3a4432f8f73f71baf17295f03ac8d43c2e77 Mon Sep 17 00:00:00 2001 From: Ryan Aulia Date: Sun, 15 Oct 2023 03:28:57 +0700 Subject: [PATCH] fix: add idr title --- src/modules/payment/components/Payment.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/payment/components/Payment.tsx b/src/modules/payment/components/Payment.tsx index 85aec2c..212ac18 100644 --- a/src/modules/payment/components/Payment.tsx +++ b/src/modules/payment/components/Payment.tsx @@ -5,7 +5,7 @@ import BankTransfer from "./BankTransfer"; const Payment = () => { return (
- +
);