From: Benjamin Auder <benjamin.auder@somewhere>
Date: Sun, 22 Mar 2020 13:31:35 +0000 (+0100)
Subject: Remove extra ()
X-Git-Url: https://git.auder.net/variants/img/pieces/css/doc/html/%24%7BgetWhatsApp%28link%29%7D?a=commitdiff_plain;h=022f3775e71e6b0b4c41d17e1c485e8445848387;p=vchess.git

Remove extra ()
---

diff --git a/client/src/views/Game.vue b/client/src/views/Game.vue
index f12290d7..d4a7b6f2 100644
--- a/client/src/views/Game.vue
+++ b/client/src/views/Game.vue
@@ -458,7 +458,6 @@ export default {
         case "connect":
           if (!this.people[data.from]) {
             this.people[data.from] = { focus: true };
-            this.$forceUpdate(); //TODO: shouldn't be required
             this.newConnect[data.from] = true; //for self multi-connects tests
             this.send("askidentity", { target: data.from });
           }