web client v0.9 (restaurant view)
This commit is contained in:
@@ -78,7 +78,6 @@ export const fetchRestaurant = (id) => {
|
||||
.then((response) => {
|
||||
dispatch(setRestaurant(response.data));
|
||||
dispatch(toggles.hideDishes());
|
||||
dispatch(push("/restaurant"));
|
||||
dispatch(fetchAllDishes(id));
|
||||
})
|
||||
.catch((err) =>
|
||||
|
||||
Reference in New Issue
Block a user