diff --git a/library/ws-widget/collection/src/lib/content-strip-multiple/content-strip-multiple.component.ts b/library/ws-widget/collection/src/lib/content-strip-multiple/content-strip-multiple.component.ts index b30ddcca2..6cb5b0375 100644 --- a/library/ws-widget/collection/src/lib/content-strip-multiple/content-strip-multiple.component.ts +++ b/library/ws-widget/collection/src/lib/content-strip-multiple/content-strip-multiple.component.ts @@ -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 &&