aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components')
-rw-r--r--ui/app/components/pending-tx-details.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/ui/app/components/pending-tx-details.js b/ui/app/components/pending-tx-details.js
index 9bb75bd98..b3260e112 100644
--- a/ui/app/components/pending-tx-details.js
+++ b/ui/app/components/pending-tx-details.js
@@ -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'),