fix undefined

This commit is contained in:
2025-11-12 14:02:52 +03:00
parent 79af5c3604
commit 98e43a90a9

View File

@@ -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 />