Skip to content

Commit 9e8b1bb

Browse files
committed
Updated markup for deprecated wiztoggle
1 parent 88f5cce commit 9e8b1bb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/react-core/src/deprecated/components/Wizard/WizardToggle.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,11 @@ export const WizardToggle: React.FunctionComponent<WizardToggleProps> = ({
8888
<span className={css(styles.wizardToggleList)}>
8989
<span className={css(styles.wizardToggleListItem)}>
9090
<span className={css(styles.wizardToggleNum)}>{activeStepIndex}</span> {activeStepName}
91-
{activeStepSubName && <RhMicronsCaretRightIcon className={css(styles.wizardToggleSeparator)} />}
91+
{activeStepSubName && (
92+
<span className={css(styles.wizardToggleSeparator)}>
93+
<RhMicronsCaretRightIcon />
94+
</span>
95+
)}
9296
</span>
9397
{activeStepSubName && <span className={css(styles.wizardToggleListItem)}>{activeStepSubName}</span>}
9498
</span>

0 commit comments

Comments
 (0)