fix: format

This commit is contained in:
Jacky Zhao 2023-11-15 19:32:25 -08:00
parent f861a7c160
commit 5befcf4780

View file

@ -15,7 +15,7 @@ const isLocalUrl = (href: string) => {
if (window.location.origin === url.origin) { if (window.location.origin === url.origin) {
return true return true
} }
} catch (e) { } } catch (e) {}
return false return false
} }