cập nhật api thêm/sửa mẻ

This commit is contained in:
Tran Anh Tuan
2025-11-10 10:45:31 +07:00
parent 45746a6a0f
commit f3b0e7b7eb
5 changed files with 97 additions and 24 deletions

View File

@@ -145,7 +145,7 @@ export default function HomeScreen() {
}
for (const zone of zones) {
console.log("Zone Data: ", zone);
// console.log("Zone Data: ", zone);
const geom = banzoneData.find((b) => b.id === zone.zone_id);
if (!geom) {
continue;