This commit is contained in:
@@ -28,7 +28,7 @@ interface ManagerContextType {
|
||||
// Data
|
||||
products: MenuItemEntity[];
|
||||
eateryId: string | null;
|
||||
eatery: EateryEntity;
|
||||
eatery?: EateryEntity;
|
||||
|
||||
// Active tab
|
||||
activeTab: ManagerTab;
|
||||
|
||||
Reference in New Issue
Block a user