From: Benjamin Auder <benjamin.auder@somewhere>
Date: Mon, 30 Mar 2020 23:50:57 +0000 (+0200)
Subject: Fix typo
X-Git-Url: https://git.auder.net/doc/html/css/scripts/vendor/%3C?a=commitdiff_plain;h=4ae01cba319acd3519cf64dc3537cc6c4020e6cb;p=vchess.git

Fix typo
---

diff --git a/client/src/views/News.vue b/client/src/views/News.vue
index 37bd3cae..e3d13539 100644
--- a/client/src/views/News.vue
+++ b/client/src/views/News.vue
@@ -51,7 +51,7 @@ export default {
   data: function() {
     return {
       st: store.state,
-      devTeam: params.devs.include(store.state.user.id),
+      devTeam: params.devs.includes(store.state.user.id),
       // timestamp of oldest showed news:
       cursor: Number.MAX_SAFE_INTEGER,
       // hasMore == TRUE: a priori there could be more news to load