OrderSummary: add use loyalty points checkbox
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user