diff --git a/src/pages/cart/components/CartMobileTabletLayout.tsx b/src/pages/cart/components/CartMobileTabletLayout.tsx index aa2f952..f33ec7e 100644 --- a/src/pages/cart/components/CartMobileTabletLayout.tsx +++ b/src/pages/cart/components/CartMobileTabletLayout.tsx @@ -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}