(e)
| 792 | } |
| 793 | |
| 794 | onClickMoreTournaments (e) { |
| 795 | e.preventDefault() |
| 796 | const modal = new TournamentsListModal({ tournamentsByState: this.tournamentsByState, ladderImageMap: this.ladderImageMap }) |
| 797 | return this.openModalView(modal) |
| 798 | } |
| 799 | |
| 800 | onClickMoreAILeagueTiles (e) { |
| 801 | e.preventDefault() |
nothing calls this directly
no outgoing calls
no test coverage detected