Fix function name
This commit is contained in:
parent
d00fa61b08
commit
37618822b7
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user