diff --git a/.eslintrc.js b/.eslintrc.js
index b4b1cc7d5..709cf10e5 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -150,6 +150,13 @@ module.exports = {
'vue/no-unused-emit-declarations': 'error',
'vue/no-unused-refs': 'error',
'vue/no-use-v-else-with-v-for': 'error',
+ 'vue/no-useless-v-bind': [
+ 'error',
+ {
+ ignoreIncludesComment: false,
+ ignoreStringEscape: false,
+ },
+ ],
'vue/max-attributes-per-line': [
'error',
{
diff --git a/app/javascript/dashboard/components/ChatList.vue b/app/javascript/dashboard/components/ChatList.vue
index 9f09f5a85..6ab310b11 100644
--- a/app/javascript/dashboard/components/ChatList.vue
+++ b/app/javascript/dashboard/components/ChatList.vue
@@ -937,7 +937,7 @@ export default {
>