From 2508a5c015e395ecb075237e41fd99bfbc515e15 Mon Sep 17 00:00:00 2001 From: Benjamin Auder Date: Wed, 22 Apr 2020 03:06:23 +0200 Subject: [PATCH] Typo --- client/src/components/Chat.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.44.0