eslint fix

This commit is contained in:
Victor Baranov 2018-12-18 20:14:38 +03:00
parent c2734f1c68
commit d4c80829b0
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ class SendTransactionScreen extends PersistentForm {
{params.name || `Input ${ind + 1}`}
</h3>
)
//bytes field is not mandatory to fill: 0x is by defualt
// bytes field is not mandatory to fill: 0x is by defualt
if (params.type.startsWith('bytes') && !Array.isArray(params.type)) {
const inputValues = this.props.inputValues || {}
if (!inputValues[ind]) {