This commit is contained in:
Hailey
2025-02-27 12:56:22 -08:00
parent 50be57f6b5
commit 26fc7d48f2
-1
View File
@@ -35,7 +35,6 @@ export function useOpenLink() {
url,
})
console.log('clicked:', shouldProxy)
if (shouldProxy) {
url = createProxiedUrl(url)
}