🔇 (use links)

This commit is contained in:
2021-04-04 10:17:08 +02:00
parent 6de1f92c06
commit 964ddc7ca7

View File

@@ -12,8 +12,6 @@ export const useLinks = (className: string, sha?: string) => {
const target = event.target as HTMLElement const target = event.target as HTMLElement
const href = target.getAttribute('href') const href = target.getAttribute('href')
console.log(target, href)
if (!href) { if (!href) {
return return
} }