fix: better ui #45

Merged
TakahashiNguyen merged 6 commits from fix-lmao into main 2026-05-15 06:26:02 +00:00
Showing only changes of commit 3d566e2468 - Show all commits
+1 -1
View File
@@ -28,7 +28,7 @@ interface ManagerContextType {
// Data
products: MenuItemEntity[];
eateryId: string | null;
eatery: EateryEntity;
eatery?: EateryEntity;
// Active tab
activeTab: ManagerTab;