taler-typescript-core

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

commit c036dc201ce970c77f21c5474b5ee2f96e9edb26
parent 35ee1ddd797be94557ab23f500c69fabee468387
Author: Sebastian <sebasjm@gmail.com>
Date:   Wed,  6 Dec 2023 14:09:52 -0300

update footer for exchange

Diffstat:
Mpackages/aml-backoffice-ui/src/Dashboard.tsx | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/aml-backoffice-ui/src/Dashboard.tsx b/packages/aml-backoffice-ui/src/Dashboard.tsx @@ -165,7 +165,7 @@ export function ExchangeAmlFrame({ </div> <Footer - testingUrl={localStorage.getItem("exchange-base-url") ?? undefined} + testingUrlKey="exchange-base-url" GIT_HASH={GIT_HASH} VERSION={VERSION} />