Skip to content

Commit

Permalink
Task #58593: strip changes for interest updates & based on interest s…
Browse files Browse the repository at this point in the history
…trip
  • Loading branch information
christyfernandes committed Jun 7, 2022
1 parent 6406d0a commit da851d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ export class ContentStripMultipleComponent extends WidgetBaseComponent
if (strip.request && strip.request.basedOnInterest && Object.keys(strip.request.basedOnInterest).length) {
if (this.configSvc.userProfileV2) {

const systemTopics = this.configSvc.userProfileV2.systemTopics.map((st: any) => st.name)
const systemTopics = this.configSvc.userProfileV2.systemTopics.map((st: any) => st.identifier)
const desiredTopics = this.configSvc.userProfileV2.desiredTopics
if ((systemTopics && systemTopics.length) || (desiredTopics && desiredTopics.length)) {
const originalFilters: any = strip.request &&
Expand Down

0 comments on commit da851d3

Please sign in to comment.