mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-02-14 00:35:02 -05:00
chore(frontend): Format code with prettier
Co-authored-by: itsababseh <36419647+itsababseh@users.noreply.github.com>
This commit is contained in:
@@ -241,9 +241,7 @@ export function CreateAgentTool({ part }: Props) {
|
||||
);
|
||||
}
|
||||
|
||||
function getAgentCreationSteps(
|
||||
progress: number,
|
||||
): AgentCreationChecklistStep[] {
|
||||
function getAgentCreationSteps(progress: number): AgentCreationChecklistStep[] {
|
||||
return [
|
||||
{
|
||||
title: "Analyzing your request",
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user