diff --git a/src/server/team.ts b/src/server/team.ts index 846fcd8..aeb1a3b 100644 --- a/src/server/team.ts +++ b/src/server/team.ts @@ -104,8 +104,8 @@ export function renderTeamHtml(cwd: string): string { const badge = st ? `${st.state === 'active' ? 'active' : 'review'}` : ''; const status = st ? st.state === 'active' - ? `${escapeHtml(st.task.id)} · active` - : `${escapeHtml(st.task.id)} · in review` + ? `${escapeHtml(st.task.id)}` + : `${escapeHtml(st.task.id)}` : `free`; return `