(e)
| 738 | } |
| 739 | |
| 740 | onAILeagueIconClick (e) { |
| 741 | window.tracker?.trackEvent('AILeague Explored', { engageAction: 'campaign_level_click' }) |
| 742 | this.openModalView(new AILeaguePromotionModal()) |
| 743 | } |
| 744 | |
| 745 | setCampaign (campaign) { |
| 746 | this.campaign = campaign |
nothing calls this directly
no test coverage detected