Bug 1929279 - Newtab fixing Fakespot list feed category for telemetry a=dmeehan

Original Revision: https://phabricator.services.mozilla.com/D228047

Differential Revision: https://phabricator.services.mozilla.com/D228186
This commit is contained in:
scottdowne 2024-11-06 23:57:25 +00:00
parent 5586c804fe
commit c53d55230b
2 changed files with 3 additions and 1 deletions

View File

@ -153,6 +153,7 @@ function ListFeed({ type, firstVisibleTimestamp, recs, categories, dispatch }) {
received_rank={rec.received_rank}
isListCard={true}
isFakespot={isFakespot}
category={rec.category}
/>
);
})}

View File

@ -3927,7 +3927,8 @@ function ListFeed({
recommended_at: rec.recommended_at,
received_rank: rec.received_rank,
isListCard: true,
isFakespot: isFakespot
isFakespot: isFakespot,
category: rec.category
});
}), isFakespot && /*#__PURE__*/external_React_default().createElement("div", {
className: "fakespot-footer"