Fix commas in folded NICK messages

This commit is contained in:
Simon Ser 2021-05-31 14:08:30 +02:00
parent e76e71c968
commit 2c1e4b7bea

View File

@ -242,7 +242,7 @@ class FoldGroup extends Component {
byCommand["NICK"].forEach((msg) => {
if (first) {
first = true;
first = false;
} else {
content.push(", ");
}