forked from CringeStudios/gamja
Fix commas in folded NICK messages
This commit is contained in:
parent
e76e71c968
commit
2c1e4b7bea
@ -242,7 +242,7 @@ class FoldGroup extends Component {
|
||||
|
||||
byCommand["NICK"].forEach((msg) => {
|
||||
if (first) {
|
||||
first = true;
|
||||
first = false;
|
||||
} else {
|
||||
content.push(", ");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user