mirror of
https://github.com/SlimeVR/SlimeVR-Server.git
synced 2026-04-06 02:01:58 +02:00
Don't show fw update icon when update is blocked (#1667)
This commit is contained in:
@@ -80,7 +80,8 @@ export function FirmwareIcon({
|
||||
<div>
|
||||
{showUpdate &&
|
||||
showUpdate !== 'unavailable' &&
|
||||
showUpdate !== 'updated' && <UpdateIcon showUpdate={'can-update'} />}
|
||||
showUpdate !== 'updated' &&
|
||||
showUpdate !== 'blocked' && <UpdateIcon showUpdate={showUpdate} />}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user