Skip to content

Commit

Permalink
WSTEAM1-HACK: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
shayneahchoon committed Dec 19, 2024
1 parent 2cf9250 commit 2f69cc4
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions src/app/components/EasyReadCTA/index.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,28 @@
import React from 'react';
import { RequestContextProvider } from '#app/contexts/RequestContext';
import EasyReadCTA from '.';

export const Component = () => (
<EasyReadCTA easyReadAssetId="crkdy3r685jo" originalAssetId="cy0grkwd3zlo" />
<RequestContextProvider
pathname="/mundo/afrique/cdwrpl7qwqqo"
pageType="article"
service="afrique"
>
<EasyReadCTA
easyReadAssetId="crkdy3r685jo"
originalAssetId="cy0grkwd3zlo"
/>
</RequestContextProvider>
);

export const EasyComponent = () => (
<EasyReadCTA originalAssetId="cy0grkwd3zlo" />
<RequestContextProvider
pathname="/mundo/afrique/cdwrpl7qwqqo"
pageType="article"
service="afrique"
>
<EasyReadCTA originalAssetId="cy0grkwd3zlo" />{' '}
</RequestContextProvider>
);

export default {
Expand Down

0 comments on commit 2f69cc4

Please sign in to comment.