1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 18:41:38 +01:00
This commit is contained in:
Kevin Serrano 2017-02-28 14:12:50 -08:00
parent acfb6ff0f8
commit 486583e203
No known key found for this signature in database
GPG Key ID: 7CC862A58D2889B4

View File

@ -116,8 +116,8 @@ PTXP.render = function () {
selected: advanced,
onChange: () => {
this.setState({advanced: !advanced})
}
})
},
}),
]),
// Ether Value
@ -168,6 +168,8 @@ PTXP.render = function () {
]),
]) : null,
// Max Transaction Fee (calculated)
h('.cell.row', [
h('.cell.label', 'Max Transaction Fee'),