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( ${when(
this.itemType === "crawl", this.itemType === "crawl",
() => html` () => {},
${renderNavItem({ // html`
section: "qa", // ${renderNavItem({
iconLibrary: "default", // section: "qa",
icon: "clipboard2-data-fill", // iconLibrary: "default",
label: msg("QA"), // icon: "clipboard2-data-fill",
detail: html` // label: msg("QA"),
<btrix-badge variant="primary">${msg("Ready")}</btrix-badge> // detail: html`
`, // <btrix-badge variant="primary">${msg("Ready")}</btrix-badge>
})} // `,
`, // })}
// `,
)} )}
${renderNavItem({ ${renderNavItem({
section: "replay", section: "replay",