diff --git a/AppImage/components/hardware.tsx b/AppImage/components/hardware.tsx index a39ef03..fc209e3 100644 --- a/AppImage/components/hardware.tsx +++ b/AppImage/components/hardware.tsx @@ -326,15 +326,13 @@ export default function Hardware() { {hardwareData.gpus.map((gpu, index) => { const pciDevice = findPCIDeviceForGPU(gpu) const fullSlot = pciDevice?.slot || gpu.slot - const isClickable = hasRealtimeData(gpu) + const isClickable = true return (