mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix send and pending.
This commit is contained in:
parent
ca46bd200b
commit
6bd71d6937
@ -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', {
|
||||
|
@ -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({
|
||||
|
Loading…
Reference in New Issue
Block a user