Skip to content

Commit 2880623

Browse files
committed
Fix fw update icon low battery warning
1 parent 17400ca commit 2880623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui/src/components/commons/FirmwareIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export function FirmwareIcon({
8181
{showUpdate &&
8282
showUpdate !== 'unavailable' &&
8383
showUpdate !== 'updated' &&
84-
showUpdate !== 'blocked' && <UpdateIcon showUpdate={'can-update'} />}
84+
showUpdate !== 'blocked' && <UpdateIcon showUpdate={showUpdate} />}
8585
</div>
8686
);
8787
}

0 commit comments

Comments
 (0)