mirror of
https://codeberg.org/emersion/gamja.git
synced 2025-04-21 10:00:52 -04:00
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) => {
|
||||
if (first) {
|
||||
first = true;
|
||||
first = false;
|
||||
} else {
|
||||
content.push(", ");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue