Fix commas in folded NICK messages
This commit is contained in:
parent
e76e71c968
commit
2c1e4b7bea
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ class FoldGroup extends Component {
|
||||||
|
|
||||||
byCommand["NICK"].forEach((msg) => {
|
byCommand["NICK"].forEach((msg) => {
|
||||||
if (first) {
|
if (first) {
|
||||||
first = true;
|
first = false;
|
||||||
} else {
|
} else {
|
||||||
content.push(", ");
|
content.push(", ");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue