Skip to content

Commit ecce745

Browse files
kkartunovsushilshinde
authored andcommitted
Fixes tco03 and tco07 loading issue
1 parent cf5e02d commit ecce745

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/shared/routes/Communities/TCO03/Routes.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default function TCO03({ base }) {
2525
<ContentfulRoute
2626
baseUrl={base}
2727
error404={<Error404 />}
28-
id="4mKZxfgAi6Us6dRS4Hy2Ab"
28+
id="2MKnrhssyBHnKH2wuV9Ate"
2929
/>
3030
<Route
3131
component={Error404}

src/shared/routes/Communities/TCO07/Routes.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default function TCO07({ base }) {
2525
<ContentfulRoute
2626
baseUrl={base}
2727
error404={<Error404 />}
28-
id="2XWcxVALvInOlAOfROErKS"
28+
id="52NfYmZnxLnJXKpIQXwnzC"
2929
/>
3030
<Route
3131
component={Error404}

0 commit comments

Comments
 (0)