fix : some ui bug
This commit is contained in:
@@ -558,12 +558,12 @@ class MapPage extends GetView<MapLogic> {
|
||||
|
||||
buildRow(
|
||||
title: 'میانگین وزن کشتار',
|
||||
value: hatchingDetails?.totalAverageKilledWeight.toString().addKgEXT ?? 'N/A',
|
||||
value: hatchingDetails?.totalAverageKilledWeight.toString().addKgFa ?? 'N/A',
|
||||
),
|
||||
|
||||
buildRow(
|
||||
title: 'وزن کشتار',
|
||||
value: hatchingDetails?.totalKilledWeight.separatedByCommaFa.addKgEXT ?? 'N/A',
|
||||
value: hatchingDetails?.totalKilledWeight.separatedByCommaFa.addKgFa ?? 'N/A',
|
||||
),
|
||||
],
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user