Bug 1521103 - Fixing spoc prop (#4684)
This commit is contained in:
Родитель
2d595345da
Коммит
d0365c3303
|
@ -40,7 +40,7 @@ export function isAllowedCSS(property, value) {
|
|||
}
|
||||
|
||||
function maybeInjectSpocs(data, spocs) {
|
||||
if (!data || !spocs.positions || !spocs.positions.length) {
|
||||
if (!data || !spocs || !spocs.positions || !spocs.positions.length) {
|
||||
return data;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче