From c54170b18538f7d15181a87a556f7fb2954ed49d Mon Sep 17 00:00:00 2001 From: Attila Gazso Date: Tue, 28 Jun 2022 14:37:36 +0200 Subject: [PATCH] fix: disable bee update button in desktop mode (#452) --- src/pages/info/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/info/index.tsx b/src/pages/info/index.tsx index ecaa0bd..b0ae747 100644 --- a/src/pages/info/index.tsx +++ b/src/pages/info/index.tsx @@ -128,7 +128,7 @@ export default function Status(): ReactElement { Bee {` ${latestUserVersion ?? '-'} `} - {latestUserVersion && ( + {latestUserVersion && !isBeeDesktop && (