1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Hide <UpdateButton> from topbar

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-05-12 14:17:30 +03:00
parent 9d6b1a937c
commit c2494379b8

View File

@ -115,7 +115,7 @@ const NonInjectedTopBar = observer(({ items, navigateToCatalog, catalogRouteIsAc
onClick={goForward}
disabled={!nextEnabled.get()}
/>
<UpdateButton update={noop} warningLevel="light" />
<UpdateButton update={noop} />
</div>
<div className={styles.items}>
{renderRegisteredItems(items.get())}