X-Git-Url: https://git.auder.net/doc/index.css?a=blobdiff_plain;f=client%2Fsrc%2Fstore.js;h=76210ee32060410be09285a655f7b53e5a4d4be6;hb=89781a5536c13ca6bb328cc8806657c8445f3bc5;hp=8fe46b90801b44837251c08ddc14c4027bf781b9;hpb=31ccd7e3ef9bf4ebc69231527f78e24668631194;p=vchess.git diff --git a/client/src/store.js b/client/src/store.js index 8fe46b90..76210ee3 100644 --- a/client/src/store.js +++ b/client/src/store.js @@ -31,7 +31,6 @@ export const store = { return; } this.state.variants = json.variantArray - .filter(v => v.name != "Eightpieces") //TODO: not ready yet .sort((v1,v2) => v1.name.localeCompare(v2.name)); }); let mysid = localStorage.getItem("mysid");