Skip to content

Commit a9671ee

Browse files
committed
fixed 2 of the cosmetic things
1 parent 2edf6f6 commit a9671ee

File tree

1 file changed

+1
-1
lines changed
  • components/progress-indicator/private

1 file changed

+1
-1
lines changed

components/progress-indicator/private/step.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ class Step extends React.Component {
150150
{icon}
151151
<span className="slds-assistive-text">
152152
{this.props.step.assistiveText ||
153-
`${props.assistiveText.step} ${props.index + 1}: ${props.step.label} - ${status}`}
153+
`${props.assistiveText.step} ${props.index + 1}: ${props.step.label}${status ? " - " + status : ""}`}
154154
</span>
155155
</button>
156156
);

0 commit comments

Comments
 (0)