oops
This commit is contained in:
parent
4d472e1d4b
commit
69f684cb64
|
@ -629,7 +629,7 @@ export const normalizeThemeData = (input) => {
|
||||||
themeSource = input.source
|
themeSource = input.source
|
||||||
} else if (
|
} else if (
|
||||||
Object.prototype.hasOwnProperty.call(input, 'themeEngineVersion') ||
|
Object.prototype.hasOwnProperty.call(input, 'themeEngineVersion') ||
|
||||||
Object.prototype.hasOwnProperty.call(input, 'bg')
|
Object.prototype.hasOwnProperty.call(input, 'colors')
|
||||||
) {
|
) {
|
||||||
// We got passed a source/snapshot
|
// We got passed a source/snapshot
|
||||||
themeData = input
|
themeData = input
|
||||||
|
|
Loading…
Reference in a new issue