Commit 0fab2bad by G

transaction_id as the key

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