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