Another typo...
authorBenjamin Auder <benjamin.auder@somewhere>
Fri, 5 Jun 2020 20:35:16 +0000 (22:35 +0200)
committerBenjamin Auder <benjamin.auder@somewhere>
Fri, 5 Jun 2020 20:35:16 +0000 (22:35 +0200)
client/src/variants/Monochrome.js

index 4a24e60..954a050 100644 (file)
@@ -115,7 +115,7 @@ export class MonochromeRules extends ChessRules {
           m.start.x + "." + m.start.y + "." + m.end.x + "." + m.end.y;
         hashMoves[hash] = true;
       }
-    }
+    });
     return moves.concat(zenCaptures.filter(m => {
       const hash = m.start.x + "." + m.start.y + "." + m.end.x + "." + m.end.y;
       return !hashMoves[hash];