fix: disable bee update button in desktop mode (#452)

This commit is contained in:
Attila Gazso
2022-06-28 14:37:36 +02:00
committed by GitHub
parent f2824b749b
commit c54170b185
+1 -1
View File
@@ -128,7 +128,7 @@ export default function Status(): ReactElement {
Bee
</a>
{` ${latestUserVersion ?? '-'} `}
{latestUserVersion && (
{latestUserVersion && !isBeeDesktop && (
<Button
size="small"
variant="outlined"