Typo
authorBenjamin Auder <benjamin.auder@somewhere>
Wed, 22 Apr 2020 01:06:23 +0000 (03:06 +0200)
committerBenjamin Auder <benjamin.auder@somewhere>
Wed, 22 Apr 2020 01:06:23 +0000 (03:06 +0200)
client/src/components/Chat.vue

index 273cf7a..bce0ba0 100644 (file)
@@ -66,7 +66,7 @@ export default {
         msg: chatTxt,
         name: this.st.user.name,
         // SID is required only for anonymous users (in live games)
-        sid: this.st.user.id  == 0 ? this.st.user.sid : null
+        sid: this.st.user.id == 0 ? this.st.user.sid : null
       };
       this.$emit("mychat", chat);
       this.chats.unshift(chat);