fix : inspection -> poultry science

This commit is contained in:
2025-09-13 11:41:53 +03:30
parent bf31f4f149
commit 3649d82ccc
3 changed files with 79 additions and 75 deletions

View File

@@ -14,6 +14,7 @@ class FarmPage extends GetView<FarmLogic> {
routes: controller.routes,
hasFilter: false,
hasSearch: false,
onBackPressed: () => Get.back(id:0),
widgets: [firstTagInformation(), farmListWidget()],
);
}