From 48dc46aae7b782e87ab6495fac0ac74594af6c0d Mon Sep 17 00:00:00 2001 From: "Brennan Wilkes (Text Groove)" Date: Mon, 2 Feb 2026 09:09:09 -0800 Subject: [PATCH] link sku --- viz/app/linker/suggestions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/viz/app/linker/suggestions.js b/viz/app/linker/suggestions.js index 7da7d0b..ccf9ebd 100644 --- a/viz/app/linker/suggestions.js +++ b/viz/app/linker/suggestions.js @@ -125,7 +125,7 @@ export function recommendSimilar( // (Optional) original mapped exclusion lives here in your codebase. // Keep it if you want, but it wasn't your issue: - if (mappedSkus && mappedSkus.has(itSku)) continue; + // if (mappedSkus && mappedSkus.has(itSku)) continue; // SMWS exact NUM.NUM match => keep at top if (pinnedSmws) {