Skip to content

Commit e23b6cb

Browse files
committed
Assign empty string as before
1 parent a183aa3 commit e23b6cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotcom-rendering/src/server/render.footballDataPage.web.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ export const renderFootballDataPage = (footballData: DCRFootballDataPage) => {
134134
googleRecaptchaSiteKey: footballData.config.googleRecaptchaSiteKey,
135135
unknownConfig: footballData.config,
136136
}),
137-
section: footballData.config.section,
137+
section: '',
138138
renderingTarget,
139139
weAreHiring: !!footballData.config.switches.weAreHiring,
140140
config,

0 commit comments

Comments
 (0)