(e)
| 733 | } |
| 734 | |
| 735 | onHackStackMenuIconClick (e) { |
| 736 | window.tracker?.trackEvent('HackStack Explored', { engageAction: 'campaign_level_click' }) |
| 737 | this.openModalView(new HackstackPromotionModal()) |
| 738 | } |
| 739 | |
| 740 | onAILeagueIconClick (e) { |
| 741 | window.tracker?.trackEvent('AILeague Explored', { engageAction: 'campaign_level_click' }) |
nothing calls this directly
no test coverage detected