fix display text issue

This commit is contained in:
Mohamed Nouffer
2023-09-15 12:05:05 +05:30
parent cac0c1065f
commit 14c8cb6f70
3 changed files with 21 additions and 5 deletions

View File

@ -86,6 +86,7 @@ class DestinationController extends GetxController {
return Destination(
name: fs.properties!["location_name"],
sub_loc_id: fs.properties!["sub_loc_id"],
address: fs.properties!["address"],
phone: fs.properties!["phone"],
email: fs.properties!["email"],