diff --git a/src/components/PDiskInfo/PDiskInfo.tsx b/src/components/PDiskInfo/PDiskInfo.tsx index 106efd4b1..f5e959f26 100644 --- a/src/components/PDiskInfo/PDiskInfo.tsx +++ b/src/components/PDiskInfo/PDiskInfo.tsx @@ -68,7 +68,7 @@ function getPDiskInfo({ value: SerialNumber, }); } - if (valueIsDefined(SharedWithOs)) { + if (SharedWithOs) { generalInfo.push({ label: pDiskInfoKeyset('shared-with-os'), value: pDiskInfoKeyset('yes'),