This commit is contained in:
Jacky Zhao
2023-08-17 00:55:52 -07:00
parent 9d58a8f238
commit 509e8d499c
5 changed files with 19 additions and 8 deletions

View File

@ -17,7 +17,7 @@ const isLocalUrl = (href: string) => {
}
return true
}
} catch (e) { }
} catch (e) {}
return false
}