From: Benjamin Auder Date: Mon, 30 Mar 2020 23:59:51 +0000 (+0200) Subject: Fix typo X-Git-Url: https://git.auder.net/?p=vchess.git;a=commitdiff_plain;h=6fbf1743f03d822a46f1199c7dfb05d82cb0b749 Fix typo --- diff --git a/client/src/views/News.vue b/client/src/views/News.vue index 4f424159..96492ab2 100644 --- a/client/src/views/News.vue +++ b/client/src/views/News.vue @@ -61,7 +61,7 @@ export default { }; }, computed: { - devTeam: functio() { + devTeam: function() { return params.devs.includes(this.st.user.id); } },