refactor special request & time estimate components
This commit is contained in:
@@ -11,8 +11,6 @@ import styles from "../../address/address.module.css";
|
||||
export default function BriefMenu() {
|
||||
const { tables, items } = useAppSelector(selectCart);
|
||||
const { t } = useTranslation();
|
||||
const { isRTL } = useAppSelector((state) => state.locale);
|
||||
|
||||
const orderType = useMemo(() => localStorage.getItem("orderType"), []);
|
||||
|
||||
const menuItems = useMemo(
|
||||
|
||||
Reference in New Issue
Block a user