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

Fix linter harder

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-05-17 13:17:52 +03:00
parent 643f74fd24
commit 3888e46e2f

View File

@ -50,7 +50,11 @@ export function UpdateButton({ warningLevel, update, id }: UpdateButtonProps) {
close={toggle}
open={toggle}
>
<MenuItem icon={menuIconProps} onClick={update} data-testid="update-lens-menu-item">
<MenuItem
icon={menuIconProps}
onClick={update}
data-testid="update-lens-menu-item"
>
Relaunch to Update Lens
</MenuItem>
</Menu>