fix: hide wip qa tab

This commit is contained in:
sua yoo 2024-03-18 18:58:55 -07:00
parent b1e2f1b325
commit c9c57fafee
No known key found for this signature in database
GPG Key ID: 5AD1B4C02D4F0567

View File

@ -365,17 +365,18 @@ export class CrawlDetail extends LiteElement {
})}
${when(
this.itemType === "crawl",
() => html`
${renderNavItem({
section: "qa",
iconLibrary: "default",
icon: "clipboard2-data-fill",
label: msg("QA"),
detail: html`
<btrix-badge variant="primary">${msg("Ready")}</btrix-badge>
`,
})}
`,
() => {},
// html`
// ${renderNavItem({
// section: "qa",
// iconLibrary: "default",
// icon: "clipboard2-data-fill",
// label: msg("QA"),
// detail: html`
// <btrix-badge variant="primary">${msg("Ready")}</btrix-badge>
// `,
// })}
// `,
)}
${renderNavItem({
section: "replay",