aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-12-06 14:09:52 -0300
committerSebastian <sebasjm@gmail.com>2023-12-06 14:10:10 -0300
commitc036dc201ce970c77f21c5474b5ee2f96e9edb26 (patch)
tree54a1207d596ce0ea52077601eaf3c05000243f54
parent35ee1ddd797be94557ab23f500c69fabee468387 (diff)
downloadwallet-core-c036dc201ce970c77f21c5474b5ee2f96e9edb26.tar.xz
update footer for exchange
-rw-r--r--packages/aml-backoffice-ui/src/Dashboard.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/aml-backoffice-ui/src/Dashboard.tsx b/packages/aml-backoffice-ui/src/Dashboard.tsx
index a38391efb..f791906b9 100644
--- 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}
/>