Fix Typo in ReviewStep Label

Signed-off-by: Mukul Ambulgekar <mukul.ambulgekar@autodesk.com>
This commit is contained in:
Mukul Ambulgekar
2024-05-21 12:42:46 -07:00
parent 85d9346ef1
commit 245883038b
@@ -214,7 +214,7 @@ export const Stepper = (stepperProps: StepperProps) => {
);
})}
<MuiStep>
<MuiStepLabel>${reviewLabel}</MuiStepLabel>
<MuiStepLabel>{reviewLabel}</MuiStepLabel>
</MuiStep>
</MuiStepper>
<div className={styles.formWrapper}>