diff --git a/src/renderer/components/hotbar/hotbar-selector.tsx b/src/renderer/components/hotbar/hotbar-selector.tsx index f4faaee80e..25948892f6 100644 --- a/src/renderer/components/hotbar/hotbar-selector.tsx +++ b/src/renderer/components/hotbar/hotbar-selector.tsx @@ -52,7 +52,7 @@ const NonInjectedHotbarSelector = observer(({ hotbar, hotbarManager, openCommand const clearTimer = () => { clearTimeout(tooltipTimeout.current); - } + }; const onTooltipShow = () => { setTooltipVisible(true);