diff --git a/src/helpers/utils.jsx b/src/helpers/utils.jsx index d5a8b1e..ddf5bef 100644 --- a/src/helpers/utils.jsx +++ b/src/helpers/utils.jsx @@ -98,7 +98,7 @@ export const setupHotjar = (hotjarConfig) => { } }; -export const validateConfig = (config) => { +export const sanitizeConfig = (config) => { const customTheme = typeof config.themeConfig !== 'undefined' && typeof config.themeConfig.customTheme !== 'undefined'