wip
This commit is contained in:
@@ -179,18 +179,11 @@ function GamePanel(props) {
|
||||
);
|
||||
}
|
||||
|
||||
const mobileSkills = activeCryp && activeCryp.green_life.value
|
||||
? range(0, 3).map(i => <SkillBtn key={i} cryp={activeCryp} i={i} mobile={true} />)
|
||||
: (<div/>);
|
||||
|
||||
return (
|
||||
<main className="game" onClick={() => setActiveCryp(null)} >
|
||||
{header}
|
||||
{timer}
|
||||
{PlayerTeam(playerTeam, setActiveSkill)}
|
||||
<div className="mobile-skills">
|
||||
{mobileSkills}
|
||||
</div>
|
||||
<div className="mobile-spacer"> </div>
|
||||
{otherTeams.map(OpponentTeam)}
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user