perf: refs #7134 use map-key

This commit is contained in:
Javier Segarra 2025-01-21 23:07:39 +01:00
parent 100e3b4d72
commit ae19e8b3c6
1 changed files with 1 additions and 0 deletions

View File

@ -146,6 +146,7 @@ const onFetchCurrencies = (data) => {
:order="['dated ASC']"
data-cy="supplierBalanceTable"
auto-load
:map-key="false"
>
<template #column-balance="{ rowIndex }">
{{ toCurrency(balances[rowIndex]?.balance) }}