From 54d15b4580bd393fcf7054afb1d5bd659cd87f6d Mon Sep 17 00:00:00 2001 From: "Brennan Wilkes (Text Groove)" Date: Thu, 29 Jan 2026 19:46:35 -0800 Subject: [PATCH] feat: Tudor is a BC store --- viz/app/linker_page.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {