From 52346638766fe98787da16f9b7f1162726bac3ec Mon Sep 17 00:00:00 2001 From: William Boman Date: Fri, 20 Dec 2024 04:38:08 +0100 Subject: [PATCH] fix type issue --- pages/registry/list.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 === "/") {