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