Commit 89166354 by G

add key props to the payments options

parent 2b69d2f9
......@@ -75,6 +75,7 @@ const HomePageWithPaymentOptions: PaymentStackScreenComponentProps<"homePageWith
paymentTypesWithActiveStatus.map((paymentType) => (
<PaymentOptionContainer key={paymentType.id}>
<PaymentOption
key={paymentType.id}
onPress={() =>
navigation.navigate(
"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