diff --git a/src/pages/shopify-automation-scanner.astro b/src/pages/shopify-automation-scanner.astro index b1d0d11..766ad2c 100644 --- a/src/pages/shopify-automation-scanner.astro +++ b/src/pages/shopify-automation-scanner.astro @@ -821,7 +821,7 @@ const schema = { } const sleep = ms => new Promise(r => setTimeout(r,ms)); - const defaultApps = () => ['Klaviyo','Triple Whale','Gorgias'].map(n => appLibrary.find(a => a.name===n)).filter(Boolean); + const defaultApps = () => appLibrary.filter(a => a.name === 'Klaviyo' || a.name === 'Triple Whale' || a.name === 'Gorgias'); // ── RENDER ──────────────────────────────────────────────────── function renderResults(detected, domain) {