We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2edf6f6 commit a9671eeCopy full SHA for a9671ee
components/progress-indicator/private/step.jsx
@@ -150,7 +150,7 @@ class Step extends React.Component {
150
{icon}
151
<span className="slds-assistive-text">
152
{this.props.step.assistiveText ||
153
- `${props.assistiveText.step} ${props.index + 1}: ${props.step.label} - ${status}`}
+ `${props.assistiveText.step} ${props.index + 1}: ${props.step.label}${status ? " - " + status : ""}`}
154
</span>
155
</button>
156
);
0 commit comments