diff --git a/AppImage/components/storage-overview.tsx b/AppImage/components/storage-overview.tsx index a87149e5..1d0c41fd 100644 --- a/AppImage/components/storage-overview.tsx +++ b/AppImage/components/storage-overview.tsx @@ -987,7 +987,7 @@ export function StorageOverview() { {disk.serial && disk.serial !== "Unknown" && (
Serial
-{disk.serial}
+{disk.serial.replace(/\\x[0-9a-fA-F]{2}/g, '')}
Size
+{disk.size_formatted}
+SMART Status
+{disk.smart_status}
+Serial
+{disk.serial.replace(/\\x[0-9a-fA-F]{2}/g, '')}
+Serial
-{disk.serial}
+{disk.serial.replace(/\\x[0-9a-fA-F]{2}/g, '')}
Serial Number
-{selectedDisk.serial}
+{selectedDisk.serial?.replace(/\\x[0-9a-fA-F]{2}/g, '') || 'Unknown'}
Capacity