diff --git a/packages/react/src/components/ProgressIndicator/ProgressIndicator.js b/packages/react/src/components/ProgressIndicator/ProgressIndicator.js index 4d5ac569a02c..740d8a22c37d 100644 --- a/packages/react/src/components/ProgressIndicator/ProgressIndicator.js +++ b/packages/react/src/components/ProgressIndicator/ProgressIndicator.js @@ -309,7 +309,7 @@ export class ProgressIndicator extends Component { spaceEqually, ...other } = this.props; - const prefix = this.prefix; + const prefix = this.context; const classes = classnames({ [`${prefix}--progress`]: true, [`${prefix}--progress--vertical`]: vertical,