aboutsummaryrefslogtreecommitdiff
path: root/packages/aml-backoffice-ui
diff options
context:
space:
mode:
Diffstat (limited to 'packages/aml-backoffice-ui')
-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}
/>