Commit 89166354 by G

add key props to the payments options

parent 2b69d2f9
...@@ -75,6 +75,7 @@ const HomePageWithPaymentOptions: PaymentStackScreenComponentProps<"homePageWith ...@@ -75,6 +75,7 @@ const HomePageWithPaymentOptions: PaymentStackScreenComponentProps<"homePageWith
paymentTypesWithActiveStatus.map((paymentType) => ( paymentTypesWithActiveStatus.map((paymentType) => (
<PaymentOptionContainer key={paymentType.id}> <PaymentOptionContainer key={paymentType.id}>
<PaymentOption <PaymentOption
key={paymentType.id}
onPress={() => onPress={() =>
navigation.navigate( navigation.navigate(
"paymentAmountInputScreen", "paymentAmountInputScreen",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment