(e)
| 713 | } |
| 714 | |
| 715 | onRobloxMenuIconClick (e) { |
| 716 | window.tracker?.trackEvent('Roblox Icon Explored', { engageAction: 'campaign_level_click' }) |
| 717 | this.showRobloxModal() |
| 718 | } |
| 719 | |
| 720 | showRobloxModal () { |
| 721 | storage.save(ROBLOX_MODAL_SHOWN) |
nothing calls this directly
no test coverage detected