Fix send and pending.

This commit is contained in:
Dan 2017-09-13 20:43:47 -02:30 committed by Chi Kei Chan
parent ca46bd200b
commit 6bd71d6937
2 changed files with 2 additions and 2 deletions

View File

@ -307,7 +307,7 @@ PendingTx.prototype.render = function () {
]),
h('form#pending-tx-form.flex-column.flex-center', {
// onSubmit: this.onSubmit,
onSubmit: this.onSubmit,
}, [
// Reset Button
// h('button', {

View File

@ -241,7 +241,7 @@ SendTransactionScreen.prototype.render = function () {
]),
h('input.large-input.send-screen-input', {
placeholder: `0 ${currentCurrency}`,
placeholder: `0 ${activeCurrency}`,
type: 'number',
onChange: (event) => {
this.setState({