Commit 0fab2bad by G

transaction_id as the key

parent 1b44dbd8
......@@ -38,7 +38,7 @@ const TransactionHistoryScreen = () => {
>
{data?.map((transaction) => (
<TransactionInformationsItem
key={transaction.reference}
key={transaction.transaction_id}
paymentType={transaction.type_paiement_label}
reference={transaction.reference}
amount={transaction.montant}
......
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