diff --git a/viz/app/linker_page.js b/viz/app/linker_page.js index a40cde1..8ecb9f2 100644 --- a/viz/app/linker_page.js +++ b/viz/app/linker_page.js @@ -261,7 +261,7 @@ function buildMappedSkuSet(links, rules) { function isBCStoreLabel(label) { const s = String(label || "").toLowerCase(); - return s.includes("bcl") || s.includes("strath") || s.includes("gull") || s.includes("legacy"); + return s.includes("bcl") || s.includes("strath") || s.includes("gull") || s.includes("legacy") || s.includes("tudor"); } function skuIsBC(allRows, skuKey) {