taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit ff45cd9922775f49261b7f18c4f0f3f2c44c7028
parent 5c6a22ed1a555c2e1ed02c17e024a7f011dae856
Author: Sebastian <sebasjm@taler-systems.com>
Date:   Wed, 22 Jul 2026 16:31:13 -0300

wrong list index

Diffstat:
Mpackages/taler-exchange-aml-webui/src/pages/Transfers.tsx | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/taler-exchange-aml-webui/src/pages/Transfers.tsx b/packages/taler-exchange-aml-webui/src/pages/Transfers.tsx @@ -285,14 +285,14 @@ export function Transfers({ {date} </th> </tr> - {txs.map((item) => { + {txs.map((item, item_idx) => { const hashPayto = encodeCrock( Paytos.hashNormalized(item.payto_uri), ); return ( <tr - key={idx} + key={item_idx} class="border-b border-gray-200 last:border-none" > <td class="relative py-2 pl-2 pr-2 text-sm ">