Fix channel alt text in user list to mention type

This commit is contained in:
Max Leiter 2021-06-21 22:14:00 -07:00
parent 867fff33c0
commit 7107372a6f
No known key found for this signature in database
GPG Key ID: A3512F2F2F17EBDA
1 changed files with 1 additions and 5 deletions

View File

@ -72,11 +72,7 @@ export default {
} }
} }
if (extra.length > 0) { return `${type}: ${this.channel.name} ${extra.length ? `(${extra.join(", ")})` : ""}`;
return `${type}: ${this.channel.name} (${extra.join(", ")})`;
}
return this.channel.name;
}, },
click() { click() {
if (this.isFiltering) { if (this.isFiltering) {