Separate with space too
parent
6a92fdc5e6
commit
12566c0c9c
|
@ -36,7 +36,7 @@ module.exports = {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (additionals.length > 0) {
|
if (additionals.length > 0) {
|
||||||
linkText += ' (' + additionals.join(',') + ')';
|
linkText += ' (' + additionals.join(', ') + ')';
|
||||||
}
|
}
|
||||||
return linkText;
|
return linkText;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue