taler-typescript-core

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

commit 22d6f2292ad0980e10ed5f25d37451c2f9dc3b44
parent 7fcd5b8f84816ad6e424264db8889caec5e81c55
Author: Sebastian <sebasjm@gmail.com>
Date:   Sat, 15 Nov 2025 18:48:32 -0300

fix remove wire transfer path

Diffstat:
Mpackages/merchant-backoffice-ui/src/components/menu/index.tsx | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/packages/merchant-backoffice-ui/src/components/menu/index.tsx b/packages/merchant-backoffice-ui/src/components/menu/index.tsx @@ -53,8 +53,6 @@ function getInstanceTitle(path: string, id: string): string { return `${id}: Update category`; case InstancePaths.transfers_list: return `${id}: Wire transfers`; - case InstancePaths.transfers_new: - return `${id}: New transfer`; case InstancePaths.webhooks_list: return `${id}: Webhooks`; case InstancePaths.webhooks_new: