X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fstore.js;fp=client%2Fsrc%2Fstore.js;h=76210ee32060410be09285a655f7b53e5a4d4be6;hb=afbf3ca7151ef15a9e579b0f913683ab212396c4;hp=8fe46b90801b44837251c08ddc14c4027bf781b9;hpb=fabb53f2e009b79c2c87ea7683e45b3202d4a934;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");