fix undefined
This commit is contained in:
@@ -154,8 +154,8 @@ export default function CartMobileTabletLayout({
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{isRTL
|
{isRTL
|
||||||
? item.variant?.optionsAR[0].value
|
? item.variant?.optionsAR?.[0]?.value
|
||||||
: item.variant?.options[0].value}
|
: item.variant?.options?.[0]?.value}
|
||||||
</span>
|
</span>
|
||||||
</ProText>
|
</ProText>
|
||||||
<br />
|
<br />
|
||||||
|
|||||||
Reference in New Issue
Block a user