chore(frontend): Format code with prettier

Co-authored-by: itsababseh <36419647+itsababseh@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-13 19:35:08 +00:00
parent 4fc3c70f77
commit e5f267df81
2 changed files with 6 additions and 4 deletions

View File

@@ -241,9 +241,7 @@ export function CreateAgentTool({ part }: Props) {
);
}
function getAgentCreationSteps(
progress: number,
): AgentCreationChecklistStep[] {
function getAgentCreationSteps(progress: number): AgentCreationChecklistStep[] {
return [
{
title: "Analyzing your request",

View File

@@ -27,7 +27,11 @@ export function AgentCreationChecklistCard({ steps }: Props) {
className="text-green-500"
/>
) : (
<CircleIcon size={20} weight="regular" className="text-neutral-400" />
<CircleIcon
size={20}
weight="regular"
className="text-neutral-400"
/>
)}
</div>
<div className="flex-1 space-y-1">