Skip to content

Commit e22a1e6

Browse files
author
markzegarelli
authored
hide sources that are hidden from regional support table (#4604)
1 parent a2cba22 commit e22a1e6

File tree

3 files changed

+120
-1
lines changed

3 files changed

+120
-1
lines changed

scripts/catalog_papi.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ const updateSources = async () => {
274274
let updatedRegional = {
275275
id: source.id,
276276
display_name: source.name,
277+
hidden: isCatalogItemHidden(url),
277278
slug,
278279
url,
279280
regions,

0 commit comments

Comments
 (0)