1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-12-23 21:02:09 +03:00

Separate with space too

This commit is contained in:
David Baker
2015-07-08 19:57:58 +01:00
parent 6a92fdc5e6
commit 12566c0c9c

View File

@@ -36,7 +36,7 @@ module.exports = {
}
if (additionals.length > 0) {
linkText += ' (' + additionals.join(',') + ')';
linkText += ' (' + additionals.join(', ') + ')';
}
return linkText;
}