chore: update
Release package / release (pull_request) Successful in 9m16s

This commit is contained in:
TakahashiNg
2026-05-15 06:15:53 +00:00
parent 553f683df7
commit 3d566e2468
+1 -1
View File
@@ -28,7 +28,7 @@ interface ManagerContextType {
// Data
products: MenuItemEntity[];
eateryId: string | null;
eatery: EateryEntity;
eatery?: EateryEntity;
// Active tab
activeTab: ManagerTab;