diff --git a/pages/registry/list.tsx b/pages/registry/list.tsx index 0faa183..a8aefdc 100644 --- a/pages/registry/list.tsx +++ b/pages/registry/list.tsx @@ -30,7 +30,7 @@ type Props = { timestamp: string } -const useVimSearchKeybind = (inputRef: RefObject) => { +const useVimSearchKeybind = (inputRef: RefObject) => { useEffect(() => { const handleKeyDown = (event: KeyboardEvent) => { if (event.key === "/") {