mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 02:57:38 +00:00
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:
parent
5586c804fe
commit
c53d55230b
@ -153,6 +153,7 @@ function ListFeed({ type, firstVisibleTimestamp, recs, categories, dispatch }) {
|
||||
received_rank={rec.received_rank}
|
||||
isListCard={true}
|
||||
isFakespot={isFakespot}
|
||||
category={rec.category}
|
||||
/>
|
||||
);
|
||||
})}
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user