update logic
This commit is contained in:
@@ -24,8 +24,6 @@ export function MenuFooter() {
|
||||
const grandTotal = useAppSelector(selectGrandTotal);
|
||||
const { isRTL } = useAppSelector((state) => state.locale);
|
||||
|
||||
console.log(orderType);
|
||||
|
||||
return (
|
||||
<>
|
||||
{(isMobile || isTablet) && (
|
||||
|
||||
Reference in New Issue
Block a user