OrderSummary: add use loyalty points checkbox

This commit is contained in:
2025-10-21 16:55:01 +03:00
parent 778233acaa
commit 3c7d609924
5 changed files with 38 additions and 7 deletions

View File

@@ -41,7 +41,6 @@ export default function CartMobileTabletLayout({
const { t } = useTranslation();
const { items, collectionMethod, orderType } = useAppSelector(selectCart);
const { id } = useParams();
const { isMobile, isTablet } = useBreakPoint();
const getResponsiveClass = () => (isTablet ? "tablet" : "mobile");