Skip to content

Commit

Permalink
Update index.stories.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
amoore108 committed Oct 3, 2024
1 parent 7feede2 commit b6e8b86
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/app/components/MediaLoader/index.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@ export const ArticleMediaLoader = () => (
);

export const LegacyMediaLoader = () => (
<Component service="pidgin" pageType="article" blocks={legacyMediaBlock} />
<Component
service="pidgin"
pageType="article"
blocks={legacyMediaBlock as MediaBlock[]}
/>
);

export const LivePageMediaLoader = () => (
Expand Down

0 comments on commit b6e8b86

Please sign in to comment.