Skip to content

Commit 1230601

Browse files
Merge pull request #14076 from guardian/move-override-to-right-place
2 parents 00a1859 + 5ba187c commit 1230601

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

dotcom-rendering/src/layouts/InteractiveLayout.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -247,16 +247,16 @@ export const InteractiveLayout = (props: WebProps | AppsProps) => {
247247
return (
248248
<>
249249
{isApps && (
250-
<Island priority="critical">
251-
<InteractivesNativePlatformWrapper />
252-
</Island>
253-
)}
254-
{article.isLegacyInteractive && (
255250
<>
256-
<Global styles={interactiveGlobalStyles} />
251+
<Island priority="critical">
252+
<InteractivesNativePlatformWrapper />
253+
</Island>
257254
<Global styles={temporaryBodyCopyColourOverride} />
258255
</>
259256
)}
257+
{article.isLegacyInteractive && (
258+
<Global styles={interactiveGlobalStyles} />
259+
)}
260260
{isWeb && (
261261
<>
262262
<div>

0 commit comments

Comments
 (0)