aboutsummaryrefslogtreecommitdiff
path: root/packages/aml-backoffice-ui/src/App.tsx
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2024-08-27 11:30:47 -0300
committerSebastian <sebasjm@gmail.com>2024-08-27 11:31:09 -0300
commit874124d2e301ac4b5bf70937ac144bf3d371ecca (patch)
treec2cae4233d1067ef0b8be59cfffaeffaa81be091 /packages/aml-backoffice-ui/src/App.tsx
parent1535f3ff2b221584283d290ae5c1bd1d7984c916 (diff)
downloadwallet-core-874124d2e301ac4b5bf70937ac144bf3d371ecca.tar.xz
show error with debug info
Diffstat (limited to 'packages/aml-backoffice-ui/src/App.tsx')
-rw-r--r--packages/aml-backoffice-ui/src/App.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/aml-backoffice-ui/src/App.tsx b/packages/aml-backoffice-ui/src/App.tsx
index e9be84441..0b66e0d26 100644
--- a/packages/aml-backoffice-ui/src/App.tsx
+++ b/packages/aml-backoffice-ui/src/App.tsx
@@ -111,7 +111,7 @@ function getInitialBackendBaseURL(
): string {
const overrideUrl =
typeof localStorage !== "undefined"
- ? localStorage.getItem("exchange-base-url")
+ ? localStorage.getItem("aml-base-url")
: undefined;
let result: string;