diff --git a/react/hooks/useAppSettings.ts b/react/hooks/useAppSettings.ts index 308eafe..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, {}) + const { data } = useQuery(GET_SETTINGS) if (data?.publicSettingsForApp?.message) { const {