remove unnecessary code & enhance gray color over the app

This commit is contained in:
2025-10-13 00:12:51 +03:00
parent 3755128589
commit b7adf8b33f
19 changed files with 345 additions and 619 deletions

View File

@@ -18,8 +18,6 @@ import LocalStorageHandler from "../menu/components/LocalStorageHandler";
export default function RestaurantPage() {
const param = useParams();
console.log(param);
const { isRTL } = useAppSelector((state) => state.locale);
const { data, isLoading } = useGetRestaurantDetailsQuery(param.id, {
skip: !param.id,
@@ -40,8 +38,6 @@ export default function RestaurantPage() {
localStorage.setItem("restaurantName", restaurant.subdomain);
}
console.log(isRTL);
return (
<>
<div className={styles.languageSwitch}>