Forgot two translations
[vchess.git] / client / src / views / Game.vue
index 23c4578..b52de82 100644 (file)
@@ -212,6 +212,7 @@ export default {
           "DELETE",
           {gid: this.game.id},
           () => {
+            // TODO: this.game.pastChats = [] could be enough here?
             this.$set(this.game, "pastChats", []);
           }
         );