fix : location details
This commit is contained in:
@@ -556,6 +556,11 @@ class MapPage extends GetView<MapLogic> {
|
||||
value: hatchingDetails?.killedQuantity.separatedByComma.addCountEXT ?? 'N/A',
|
||||
),
|
||||
|
||||
buildRow(
|
||||
title: 'میانگین وزن کشتار',
|
||||
value: hatchingDetails?.totalAverageKilledWeight.toString().addKgEXT ?? 'N/A',
|
||||
),
|
||||
|
||||
buildRow(
|
||||
title: 'وزن کشتار',
|
||||
value: hatchingDetails?.totalKilledWeight.separatedByComma.addKgEXT ?? 'N/A',
|
||||
|
||||
Reference in New Issue
Block a user