aboutsummaryrefslogtreecommitdiff
path: root/packages/aml-backoffice-ui/src/ExchangeAmlFrame.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/aml-backoffice-ui/src/ExchangeAmlFrame.tsx')
-rw-r--r--packages/aml-backoffice-ui/src/ExchangeAmlFrame.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/aml-backoffice-ui/src/ExchangeAmlFrame.tsx b/packages/aml-backoffice-ui/src/ExchangeAmlFrame.tsx
index 66eb3df36..772fd1b70 100644
--- a/packages/aml-backoffice-ui/src/ExchangeAmlFrame.tsx
+++ b/packages/aml-backoffice-ui/src/ExchangeAmlFrame.tsx
@@ -26,7 +26,7 @@ import {
import { ComponentChildren, VNode, h } from "preact";
import { useEffect, useErrorBoundary } from "preact/hooks";
import { privatePages } from "./Routing.js";
-import { useSettingsContext } from "./context/settings.js";
+import { useUiSettingsContext } from "./context/ui-settings.js";
import { OfficerState } from "./hooks/officer.js";
import {
getAllBooleanPreferences,
@@ -133,7 +133,7 @@ export function ExchangeAmlFrame({
}, [error]);
const [preferences, updatePreferences] = usePreferences();
- const settings = useSettingsContext()
+ const settings = useUiSettingsContext()
return (
<div