fix no-exchange issue

This commit is contained in:
Josh Harvey 2017-05-10 23:05:19 +03:00
parent a60a4f8793
commit f23d17b357
7 changed files with 29 additions and 17 deletions

View file

@ -98,9 +98,9 @@ function fetchConfigGroup (code) {
return {
schema: groupSchema,
values: values,
values,
selectedCryptos: getCryptos(config, machineList),
data: data
data
}
})
}