We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b5d8ac + b019673 commit bcf5812Copy full SHA for bcf5812
src/components/VariantList/VariantList.js
@@ -86,7 +86,7 @@ export default class VariantList extends Component {
86
}
87
88
// If we don't have an option, use the variant for inventory status information
89
- if (selectedVariantId) {
+ if (selectedVariant && selectedVariantId) {
90
return <InventoryStatus product={selectedVariant} />;
91
92
0 commit comments