Update dependencies
This commit is contained in:
parent
4eda7ef396
commit
c1e1f2c327
60 changed files with 1126 additions and 711 deletions
|
@ -67,7 +67,7 @@ class Connect extends Component {
|
|||
.filter(s => s)
|
||||
.join(',');
|
||||
|
||||
return comma ? channels + ',' : channels;
|
||||
return comma ? `${channels },` : channels;
|
||||
};
|
||||
|
||||
render() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue