diff --git a/CHANGELOG.md b/CHANGELOG.md index 7563693..44b9a35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Fixed + +- SSR settings remove for disable offers + ## [0.12.0] - 2023-05-10 ### Added diff --git a/react/hooks/useAppSettings.ts b/react/hooks/useAppSettings.ts index 7d2fcb1..9332508 100644 --- a/react/hooks/useAppSettings.ts +++ b/react/hooks/useAppSettings.ts @@ -15,7 +15,7 @@ interface Settings { } const useAppSettings = (): Settings => { - const { data } = useQuery(GET_SETTINGS, { ssr: false }) + const { data } = useQuery(GET_SETTINGS) if (data?.publicSettingsForApp?.message) { const {