From dfb3278d70194966847f7a1615dbe33cd4b07c69 Mon Sep 17 00:00:00 2001 From: G Date: Thu, 25 Apr 2024 22:54:11 +0000 Subject: [PATCH] the option should fit whatever external container it is used in --- src/components/PaymentOption.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PaymentOption.tsx b/src/components/PaymentOption.tsx index 468ecc6..f13016c 100644 --- a/src/components/PaymentOption.tsx +++ b/src/components/PaymentOption.tsx @@ -77,7 +77,7 @@ const VisaCard = () => { const PaymentOption = ({ onPress, paymentMethod }: Props) => { return ( - + {paymentMethod === "OrangeMoney" && } {paymentMethod === "MtnMoney" && } {paymentMethod === "MoovMoney" && } -- libgit2 0.27.1