mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-25 04:17:13 +00:00
Fix function name
This commit is contained in:
@@ -98,7 +98,7 @@ export const setupHotjar = (hotjarConfig) => {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
export const validateConfig = (config) => {
|
export const sanitizeConfig = (config) => {
|
||||||
const customTheme =
|
const customTheme =
|
||||||
typeof config.themeConfig !== 'undefined' &&
|
typeof config.themeConfig !== 'undefined' &&
|
||||||
typeof config.themeConfig.customTheme !== 'undefined'
|
typeof config.themeConfig.customTheme !== 'undefined'
|
||||||
|
|||||||
Reference in New Issue
Block a user