Skip to content

Commit cc8cf6b

Browse files
committed
fix show old scorecard if not viewing new design
1 parent c39574d commit cc8cf6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dotcom-rendering/src/layouts/LiveLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ export const LiveLayout = (props: WebProps | AppsProps) => {
598598
<GridItem area="media">
599599
<div css={maxWidth}>
600600
{!!cricketMatchUrl &&
601-
isCricketRedesignEnabled && (
601+
!isCricketRedesignEnabled && (
602602
<Island
603603
priority="critical"
604604
defer={{ until: 'visible' }}

0 commit comments

Comments
 (0)