Fix all features

This commit is contained in:
2024-07-30 02:15:04 +09:00
parent 9c98d3ed53
commit 3d7a5ae0c1
11 changed files with 268 additions and 69 deletions

View File

@ -170,7 +170,7 @@ class DestinationMapPage extends StatelessWidget {
indexController.currentBound.clear();
indexController.currentBound.add(bounds);
if (indexController.currentUser.isEmpty) {
indexController.loadLocationsBound();
indexController.loadLocationsBound(indexController.currentUser[0]["user"]["event_code"]);
}
}
});