Merge pull request #761 from mirumee/fix/variant-attribute-no-value-1242
Fix overlapping input placeholder
This commit is contained in:
commit
1334729b3c
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ function getAttributeDisplayValue(
|
||||||
return attributeValue.name;
|
return attributeValue.name;
|
||||||
}
|
}
|
||||||
|
|
||||||
return slug;
|
return slug || "";
|
||||||
}
|
}
|
||||||
|
|
||||||
function getAttributeValue(
|
function getAttributeValue(
|
||||||
|
|
Loading…
Reference in a new issue