diff --git a/frontend/src/components/tools/shared/ToolStep.tsx b/frontend/src/components/tools/shared/ToolStep.tsx index 26f8871a0..2bbd508c4 100644 --- a/frontend/src/components/tools/shared/ToolStep.tsx +++ b/frontend/src/components/tools/shared/ToolStep.tsx @@ -179,7 +179,7 @@ export function createToolSteps() { return createFilesToolStep(create, props); }; - const createReviewStep = (props: ReviewToolStepProps): React.ReactElement => { + const createReviewStep = (props: ReviewToolStepProps): React.ReactElement => { return createReviewToolStep(create, props); };