diff --git a/app/containers/ConfigPage.js b/app/containers/ConfigPage.js index 06c9174..ca592a0 100644 --- a/app/containers/ConfigPage.js +++ b/app/containers/ConfigPage.js @@ -185,7 +185,7 @@ export default class ConfigPage extends Component { const myValue = parseInt(e.target.value) myThis.onChangeCliConfig(cliConfig => cliConfig.mix.clientDelay = myValue) }} defaultValue={cliConfig.mix.clientDelay} id="clientDelay"/> - + @@ -198,7 +198,7 @@ export default class ConfigPage extends Component { const myValue = parseInt(e.target.value) myThis.onChangeCliConfig(cliConfig => cliConfig.mix.tx0MaxOutputs = myValue) }} defaultValue={cliConfig.mix.tx0MaxOutputs} id="tx0MaxOutputs"/> - + @@ -211,6 +211,7 @@ export default class ConfigPage extends Component { const myValue = e.target.value myThis.onChangeCliConfig(cliConfig => cliConfig.scode = myValue) }} defaultValue={cliConfig.scode} id="scode"/> +