diff --git a/src/hooks/useATProtoLinks.hook.ts b/src/hooks/useATProtoLinks.hook.ts index 3a254af..38726bf 100644 --- a/src/hooks/useATProtoLinks.hook.ts +++ b/src/hooks/useATProtoLinks.hook.ts @@ -9,7 +9,7 @@ export const useATProtoLinks = ( currentAtUri?: Ref | string, ) => { const { addStackedNote } = useRouteQueryStackedNotes() - const linkNote: EventListener = (event) => { + const linkNote = (event: Event) => { const target = event.target as HTMLElement const atUri = target.getAttribute("href")