From: Benjamin Auder Date: Wed, 22 Apr 2020 01:06:23 +0000 (+0200) Subject: Typo X-Git-Url: https://git.auder.net/?p=vchess.git;a=commitdiff_plain;h=2508a5c015e395ecb075237e41fd99bfbc515e15 Typo --- diff --git a/client/src/components/Chat.vue b/client/src/components/Chat.vue index 273cf7a7..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);