Skip to content

Commit

Permalink
Changed cta label for event options for direct answers view details (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
creotutar authored and Julian Delerme committed Sep 11, 2019
1 parent 3d3579f commit ed5c0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/components/results/directanswercomponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export default class DirectAnswerComponent extends Component {
verticalConfigId: data.relatedItem.verticalConfigId,
searcher: 'UNIVERSAL',
entityId: data.relatedItem.data.id,
ctaLabel: this._config.viewDetailsText.toUpperCase().replace(' ', '_')
ctaLabel: this._viewDetailsText.toUpperCase().replace(' ', '_')
});
}

Expand Down

0 comments on commit ed5c0c9

Please sign in to comment.