cooldowns and linting

This commit is contained in:
ntr
2018-10-25 00:04:48 +11:00
parent 8be14ac546
commit e192edfc26
10 changed files with 292 additions and 255 deletions
+2 -2
View File
@@ -30,8 +30,8 @@ const addState = connect(
function renderBody(props){
const {game, setGame} = props;
if(game){
return(
if (game){
return (
<div>
<GameContainer />
<button
+1 -1
View File
@@ -126,7 +126,7 @@ function GamePanel(props) {
// style={{ "min-height": "100%" }}
function phaseText(phase){
switch(phase){
switch (phase){
case 'Skill':
return "Choose abilities"
case 'Target':