Skip to content

Commit 0dae139

Browse files
committed
Add a couple of comments to flag feature code
1 parent aa1bb41 commit 0dae139

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

dotcom-rendering/src/components/StorylinesSectionContent.importable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ export const StorylinesSectionContent = ({
216216
url={url}
217217
isTagPage={true}
218218
showTopBorder={true}
219-
ophanComponentLink={`container-${index} | ${containerId}`}
219+
ophanComponentLink={`container | ${containerId}`}
220220
ophanComponentName={containerId}
221221
editionId={editionId}
222222
>

dotcom-rendering/src/layouts/TagPageLayout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ export const TagPageLayout = ({ tagPage, NAV }: Props) => {
135135
)
136136
: undefined;
137137

138+
// AIStorylines logic to determine where to insert the section
138139
const insertStorylinesSection =
139140
tagPage.storylinesContent &&
140141
(!tagPage.pagination ||

dotcom-rendering/src/types/front.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ export type DCRSupportingContent = {
160160
url?: string;
161161
kickerText?: string;
162162
format: ArticleFormat;
163-
/** The date is shown in the supporting content for the key stories container in a tag page storyline section */
163+
/** // AIStorylines: The date is shown in the supporting content for the key stories container in a tag page */
164164
webPublicationDate?: string;
165165
};
166166

0 commit comments

Comments
 (0)