taler-typescript-core

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

commit 4333fb9aec57fd9040db34ebd627061dc9277011
parent e628c733ee80768f3aae623be9921de4550f11a1
Author: Sebastian <sebasjm@taler-systems.com>
Date:   Thu, 15 Jan 2026 12:05:36 -0300

fix #10839

Diffstat:
Mpackages/merchant-backoffice-ui/src/Application.tsx | 2+-
Mpackages/merchant-backoffice-ui/src/paths/instance/pots/list/Table.tsx | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/merchant-backoffice-ui/src/Application.tsx b/packages/merchant-backoffice-ui/src/Application.tsx @@ -437,7 +437,7 @@ const swrCacheEvictor = new (class return; } case TalerMerchantInstanceCacheEviction.UPDATE_POTS: { - await Promise.all([revalidateInstanceMoneyPots()]); + await Promise.all([revalidateInstanceMoneyPots(), revalidateMoneyPotDetails()]); return; } case TalerMerchantInstanceCacheEviction.DELETE_POTS: { diff --git a/packages/merchant-backoffice-ui/src/paths/instance/pots/list/Table.tsx b/packages/merchant-backoffice-ui/src/paths/instance/pots/list/Table.tsx @@ -173,7 +173,7 @@ function Table({ onClick={(): void => onSelect(i)} style={{ cursor: "pointer" }} > - {i.pot_totals} + {i.pot_totals.join(", ")} </td> <td class="is-actions-cell right-sticky"> <div class="buttons is-right">