From 6e2175795680beb5d1ebadb2fb60157865a4e02c Mon Sep 17 00:00:00 2001 From: "Brennan Wilkes (Text Groove)" Date: Sat, 24 Jan 2026 13:02:24 -0800 Subject: [PATCH] feat: Gull and legacy are BC Stores --- 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 c342be6..af7e6c9 100644 --- a/viz/app/linker_page.js +++ b/viz/app/linker_page.js @@ -198,7 +198,7 @@ function buildMappedSkuSet(links) { function isBCStoreLabel(label) { const s = String(label || "").toLowerCase(); - return s.includes("bcl") || s.includes("strath"); + return s.includes("bcl") || s.includes("strath")|| s.includes("gull")|| s.includes("legacy"); } function skuIsBC(allRows, skuKey) {