Dish cards
This commit is contained in:
11
src/actions/toggles.js
Normal file
11
src/actions/toggles.js
Normal file
@@ -0,0 +1,11 @@
|
||||
export const showDishes = () => {
|
||||
return {
|
||||
type: "SET_DISHLIST_VISIBLE",
|
||||
};
|
||||
};
|
||||
|
||||
export const hideDishes = () => {
|
||||
return {
|
||||
type: "SET_DISHLIST_HIDDEN",
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user