fix: format
This commit is contained in:
parent
f861a7c160
commit
5befcf4780
@ -15,7 +15,7 @@ const isLocalUrl = (href: string) => {
|
||||
if (window.location.origin === url.origin) {
|
||||
return true
|
||||
}
|
||||
} catch (e) { }
|
||||
} catch (e) {}
|
||||
return false
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user