Skip to content

Commit

Permalink
fix(Wizard): title now renders correctly even without labelProgress
Browse files Browse the repository at this point in the history
  • Loading branch information
DSil authored and mainframev committed Sep 10, 2023
1 parent 5aed201 commit 9cd2503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/orbit-components/src/Wizard/index.tsx
Expand Up @@ -99,7 +99,7 @@ const Wizard = ({
}}
>
<Stack as="span" inline>
<b>{labelProgress}</b>
{typeof labelProgress !== "undefined" && <b>{labelProgress}</b>}
<span
css={css`
font-weight: normal;
Expand Down

0 comments on commit 9cd2503

Please sign in to comment.