From 37618822b7e551e3b84dd03421a279a8ebe27348 Mon Sep 17 00:00:00 2001 From: Ariful Alam Date: Sun, 27 Mar 2022 02:10:01 +0600 Subject: [PATCH] Fix function name --- src/helpers/utils.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'