Remove phase pill from top bar
This commit is contained in:
@@ -93,9 +93,6 @@ export function handleAuthError(err, clearUserState) {
|
||||
}
|
||||
|
||||
export function renderPhasePill() {
|
||||
const phaseKey = typeof state.phase === "string" ? state.phase.toLowerCase() : null;
|
||||
const pill = $("phase-pill");
|
||||
if (pill) pill.textContent = phaseKey ? t(`phase.${phaseKey}`) : t("phase.loading");
|
||||
document.querySelectorAll(".phase-view").forEach((el) =>
|
||||
el.classList.add("hidden"),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user