Skip to content

Commit 62823b6

Browse files
authored
Merge pull request #14231 from guardian/handle-gallery-requests
Add gallery to decide layout
2 parents 278545e + df5d332 commit 62823b6

File tree

3 files changed

+134
-167
lines changed

3 files changed

+134
-167
lines changed

dotcom-rendering/src/components/ArticlePage.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,15 +177,13 @@ export const ArticlePage = (props: WebProps | AppProps) => {
177177
)}
178178
{renderingTarget === 'Apps' ? (
179179
<DecideLayout
180-
article={frontendData}
181-
format={format}
180+
article={props.article}
182181
renderingTarget={renderingTarget}
183182
/>
184183
) : (
185184
<DecideLayout
186-
article={frontendData}
185+
article={props.article}
187186
NAV={props.NAV}
188-
format={format}
189187
renderingTarget={renderingTarget}
190188
/>
191189
)}

0 commit comments

Comments
 (0)