|
|
|
|
@ -63,7 +63,7 @@ class AssetDetailBottomSheet extends StatelessWidget {
|
|
|
|
|
"${context.translation.building}: ${asset?.building?.name?.cleanupWhitespace.capitalizeFirstOfEach ?? "-"}".bodyText(context),
|
|
|
|
|
"${context.translation.floor}: ${asset?.floor?.name?.cleanupWhitespace.capitalizeFirstOfEach ?? "-"}".bodyText(context),
|
|
|
|
|
"${context.translation.md}: ${asset?.department?.departmentName?.cleanupWhitespace.capitalizeFirstOfEach ?? "-"}".bodyText(context),
|
|
|
|
|
"${context.translation.room}: ${asset?.room?.value ?? "-"}".bodyText(context),
|
|
|
|
|
"${context.translation.room}: ${asset?.room?.name ?? "-"}".bodyText(context),
|
|
|
|
|
],
|
|
|
|
|
).expanded,
|
|
|
|
|
],
|
|
|
|
|
|