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:
parent
643f74fd24
commit
3888e46e2f
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user