Tweak control panel plan styling

This commit is contained in:
Shantur Rathore
2025-12-14 23:36:38 +00:00
parent c00b29145a
commit 8ec57da275
2 changed files with 11 additions and 7 deletions

View File

@@ -851,7 +851,7 @@ const InstanceShell2: Component<InstanceShellProps> = (props) => {
if (!todoState) {
return <p class="text-xs text-secondary">Nothing planned yet.</p>
}
return <TodoListView state={todoState} emptyLabel="Nothing planned yet." />
return <TodoListView state={todoState} emptyLabel="Nothing planned yet." showStatusLabel={false} />
}
const sections = [