X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FChat.vue;h=bce0ba0df5b52491ee7972cc323c3c2a94dc2330;hb=HEAD;hp=25898cecf7bc16f6cc20f77054fc451c08abaf5f;hpb=50bd11841587246cbedecf19097cfe5c4e5e163c;p=vchess.git diff --git a/client/src/components/Chat.vue b/client/src/components/Chat.vue index 25898cec..bce0ba0d 100644 --- a/client/src/components/Chat.vue +++ b/client/src/components/Chat.vue @@ -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); @@ -84,10 +84,10 @@ export default {