Skip to content

Commit ab01fc1

Browse files
committed
fix(sidebar): say "No tasks yet" instead of "No agents yet"
Generated-By: PostHog Code Task-Id: c24a31b4-54a1-4f5f-8092-ac1ee33ace07
1 parent 98b2ff0 commit ab01fc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/ui/src/features/sidebar/components/TaskListView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ export function TaskListView({
311311
>
312312
{group.tasks.length === 0 ? (
313313
<p className="px-4 py-2 text-[12px] text-gray-9">
314-
No agents yet
314+
No tasks yet
315315
</p>
316316
) : (
317317
group.tasks.map((task) => (

0 commit comments

Comments
 (0)