From a78e77939638a443c944f31ddc29355b1052e309 Mon Sep 17 00:00:00 2001 From: belk1ng Date: Fri, 15 Nov 2024 23:06:10 +0300 Subject: [PATCH] refactor(StepsStep): rename className of step --- src/components/Steps/StepsStep/StepsStep.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Steps/StepsStep/StepsStep.tsx b/src/components/Steps/StepsStep/StepsStep.tsx index 043329be9..6d1f23e50 100644 --- a/src/components/Steps/StepsStep/StepsStep.tsx +++ b/src/components/Steps/StepsStep/StepsStep.tsx @@ -60,7 +60,7 @@ export const StepsStep = React.forwardRef( {completed ? ( ) : ( - {step} + {step} )} {label}