diff --git a/app/routes/app._index.jsx b/app/routes/app._index.jsx index 673c2fd..98deffe 100644 --- a/app/routes/app._index.jsx +++ b/app/routes/app._index.jsx @@ -9,7 +9,7 @@ function getBackendApiUrl() { return String(process.env.BACKEND_API_URL || "http://localhost:3002").replace(/\/+$/, ""); } -const FALLBACK_SOURCES = [{ sourceKey: "kyt", label: "KYT India" }]; +const FALLBACK_SOURCES = [{ sourceKey: "kyt", label: "KYT India", brands: ["KYT"] }]; function getJobIdForSource(shop, sourceKey = "kyt") { return sourceKey === "kyt" ? shop : `${shop}::${sourceKey}`; @@ -1007,6 +1007,26 @@ export default function Index() { + {activeSourceConfig.brands && activeSourceConfig.brands.length > 0 && ( +