Skip to content

Commit 49b8e2f

Browse files
Rebase tidy
1 parent 45b2b70 commit 49b8e2f

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

dotcom-rendering/src/layouts/StandardLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ export const StandardLayout = (props: WebProps | AppProps) => {
267267
}),
268268
])}
269269
>
270-
{applyFootballRedesign && isMatchReport && (
270+
{!applyFootballRedesign && isMatchReport && (
271271
<GridItem
272272
area="match-summary"
273273
layoutType={layoutType}

dotcom-rendering/src/layouts/lib/furnitureLayouts.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ const furnitureRowLayouts: Record<LayoutType, LayoutDefinition> = {
5757
['meta', 'body', 'right-column'],
5858
],
5959
},
60-
6160
matchReport: {
6261
tablet: [['match-summary'], ...tabletVanillaRows],
6362
desktop: [['match-summary', 'right-column'], ...desktopVanillaRows],
@@ -68,7 +67,6 @@ const furnitureRowLayouts: Record<LayoutType, LayoutDefinition> = {
6867
['meta', 'body', 'right-column'],
6968
],
7069
},
71-
7270
media: {
7371
mobile: mediaRowsUntilDesktop,
7472
tablet: mediaRowsUntilDesktop,

0 commit comments

Comments
 (0)