Skip to content

Commit b2912ec

Browse files
Merge branch 'progress-indicator-assistive-text' of github.com:kchan902/design-system-react into progress-indicator-assistive-text
# Conflicts: # components/progress-indicator/__examples__/default.jsx
2 parents 64123b0 + 5d95b11 commit b2912ec

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

components/progress-indicator/__docs__/storybook-stories.jsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,10 @@ storiesOf(PROGRESS_INDICATOR, module)
9292
errorSteps={steps.slice(1, 2)}
9393
/>
9494
))
95-
.add('In A Modal (With Step Error) - Needs DOM', () => (typeof document !== 'undefined' ? <Modal /> : null))
95+
.add(
96+
'In A Modal (With Step Error) - Needs DOM',
97+
() => (typeof document !== 'undefined' ? <Modal /> : null)
98+
)
9699
.add('Completed Progress', () => (
97100
<ExampleProgressIndicator
98101
steps={steps}

0 commit comments

Comments
 (0)