diff --git a/apps/rowboat/app/projects/[projectId]/playground/scenario-list.tsx b/apps/rowboat/app/projects/[projectId]/playground/scenario-list.tsx index fe380f10..6d991a83 100644 --- a/apps/rowboat/app/projects/[projectId]/playground/scenario-list.tsx +++ b/apps/rowboat/app/projects/[projectId]/playground/scenario-list.tsx @@ -7,7 +7,7 @@ import { Scenario, WithStringId } from "@/app/lib/types"; import { z } from "zod"; import { EditableField } from "@/app/lib/components/editable-field"; import { HamburgerIcon } from "@/app/lib/components/icons"; -import { EllipsisVerticalIcon } from "lucide-react"; +import { EllipsisVerticalIcon, PlayIcon } from "lucide-react"; export function AddScenarioForm({ onAdd, @@ -174,56 +174,59 @@ export function ScenarioList({ {scenarios.length > 0 &&