diff --git a/play.pokemonshowdown.com/src/panel-mainmenu.tsx b/play.pokemonshowdown.com/src/panel-mainmenu.tsx index 142ac3da0..8e26a099d 100644 --- a/play.pokemonshowdown.com/src/panel-mainmenu.tsx +++ b/play.pokemonshowdown.com/src/panel-mainmenu.tsx @@ -806,9 +806,11 @@ class TeamDropdown extends preact.Component<{ format: string }> { this.teamKey = this.getDefaultTeam(teamFormat); } const team = PS.teams.byKey[this.teamKey] || null; + const isDisabled = !!(PS.mainmenu.teamSent || PS.mainmenu.search.searching.length); return ;