diff --git a/src/components/PaymentOption.tsx b/src/components/PaymentOption.tsx index 9013aa5..ed3b332 100644 --- a/src/components/PaymentOption.tsx +++ b/src/components/PaymentOption.tsx @@ -27,45 +27,24 @@ const PaymentOptionContainer = ({ children }: { children: React.ReactNode }) => const Orange = () => { return ( - - - + ); }; const Mtn = () => { - return ( - - - - ); + return ; }; const Flooz = () => { - return ( - - - - ); + return ; }; const Wave = () => { - return ( - - - - ); + return ; }; const Cb = () => { - return ( - - - - ); + return ; }; const PaymentOption = ({ onPress, paymentMethod }: Props) => {