We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3276f6d + 2880623 commit 2c6708bCopy full SHA for 2c6708b
gui/src/components/commons/FirmwareIcon.tsx
@@ -80,7 +80,8 @@ export function FirmwareIcon({
80
<div>
81
{showUpdate &&
82
showUpdate !== 'unavailable' &&
83
- showUpdate !== 'updated' && <UpdateIcon showUpdate={'can-update'} />}
+ showUpdate !== 'updated' &&
84
+ showUpdate !== 'blocked' && <UpdateIcon showUpdate={showUpdate} />}
85
</div>
86
);
87
}
0 commit comments