mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix typo
This commit is contained in:
parent
6597245b9c
commit
661deb310a
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ export const shouldHideUrl = (url: string): boolean => {
|
|||
|
||||
const shouldHideSiteName = (siteName: string) => {
|
||||
const hideNames = ['storage.googleapis.com', 'omnivore.app']
|
||||
if (hideNames.indexOf(origin) != -1) {
|
||||
if (hideNames.indexOf(siteName) != -1) {
|
||||
return true
|
||||
}
|
||||
return false
|
||||
|
|
|
|||
Loading…
Reference in a new issue