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:
parent
26afdf0955
commit
8358c54434
@ -52,7 +52,7 @@ const NonInjectedHotbarSelector = observer(({ hotbar, hotbarManager, openCommand
|
|||||||
|
|
||||||
const clearTimer = () => {
|
const clearTimer = () => {
|
||||||
clearTimeout(tooltipTimeout.current);
|
clearTimeout(tooltipTimeout.current);
|
||||||
}
|
};
|
||||||
|
|
||||||
const onTooltipShow = () => {
|
const onTooltipShow = () => {
|
||||||
setTooltipVisible(true);
|
setTooltipVisible(true);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user