+
+
+
+ {this.separators.map(offset =>
+
+ )}
+ {this.props.sets.map((set, i) => {
+ const prevOffset = i === 0 ? -5 : this.separators[i - 1];
+ return ;
+ })}
+
+
;
+ }
+}
+
class TeamPanel extends PSRoomPanel {
sets: PokemonSet[] | null = null;
backToList = () => {
@@ -240,13 +301,15 @@ class TeamPanel extends PSRoomPanel {
const sets = this.sets || PSTeambuilder.unpackTeam(team!.packedTeam);
if (!this.sets) this.sets = sets;
return