diff --git a/packages/styleguide/stories/Atoms/ProgressBar/index.stories.mdx b/packages/styleguide/stories/Atoms/ProgressBar/index.stories.mdx
index 0eeb40c92c..519f58df1c 100644
--- a/packages/styleguide/stories/Atoms/ProgressBar/index.stories.mdx
+++ b/packages/styleguide/stories/Atoms/ProgressBar/index.stories.mdx
@@ -159,7 +159,7 @@ Use the prop flat and set it to either "flat-top" or "flat-bottom". This allows
pattern: DiagonalADense,
percent: 33,
variant: 'yellow',
- flat: 'flat-top'
+ flat: 'flat-top',
}}
>
{(args) => }
@@ -176,7 +176,7 @@ Use the prop flat and set it to either "flat-top" or "flat-bottom". This allows
pattern: DiagonalADense,
percent: 33,
variant: 'yellow',
- flat: 'flat-bottom'
+ flat: 'flat-bottom',
}}
>
{(args) => }