Fix Typo in ReviewStep Label
Signed-off-by: Mukul Ambulgekar <mukul.ambulgekar@autodesk.com>
This commit is contained in:
@@ -214,7 +214,7 @@ export const Stepper = (stepperProps: StepperProps) => {
|
||||
);
|
||||
})}
|
||||
<MuiStep>
|
||||
<MuiStepLabel>${reviewLabel}</MuiStepLabel>
|
||||
<MuiStepLabel>{reviewLabel}</MuiStepLabel>
|
||||
</MuiStep>
|
||||
</MuiStepper>
|
||||
<div className={styles.formWrapper}>
|
||||
|
||||
Reference in New Issue
Block a user