We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 966ff4b commit 7c21d71Copy full SHA for 7c21d71
src/components/PDiskInfo/PDiskInfo.tsx
@@ -68,7 +68,7 @@ function getPDiskInfo<T extends PreparedPDisk>({
68
value: SerialNumber,
69
});
70
}
71
- if (valueIsDefined(SharedWithOs)) {
+ if (SharedWithOs) {
72
generalInfo.push({
73
label: pDiskInfoKeyset('shared-with-os'),
74
value: pDiskInfoKeyset('yes'),
0 commit comments