From 70f377f563786162452dfb8d6d88dea7d71eab2c Mon Sep 17 00:00:00 2001 From: Mohamed Nouffer Date: Sun, 22 Jan 2023 19:25:17 +0530 Subject: [PATCH] update display text 3 --- lib/utils/text_util.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/text_util.dart b/lib/utils/text_util.dart index 2d4f7b0..e57aedb 100644 --- a/lib/utils/text_util.dart +++ b/lib/utils/text_util.dart @@ -12,7 +12,7 @@ class TextUtils{ // txt = "${f.properties!["cp"].toString().replaceAll(regex, '')}"; // } //if(f.properties!["buy_point"] != null && f.properties!["buy_point"] > 0){ - txt = txt + "[${f.properties!["sub_loc_id"]}]"; + txt = txt + "${f.properties!["sub_loc_id"]}"; //} return txt; }