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.
1 parent 9b5d8ac commit b019673Copy full SHA for b019673
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