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

Fixing linter

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-01-12 15:07:05 +03:00
parent 26afdf0955
commit 8358c54434

View File

@ -52,7 +52,7 @@ const NonInjectedHotbarSelector = observer(({ hotbar, hotbarManager, openCommand
const clearTimer = () => {
clearTimeout(tooltipTimeout.current);
}
};
const onTooltipShow = () => {
setTooltipVisible(true);