diff options
Diffstat (limited to 'ui/app/send.js')
-rw-r--r-- | ui/app/send.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/app/send.js b/ui/app/send.js index ef4e92e26..c77bc49f9 100644 --- a/ui/app/send.js +++ b/ui/app/send.js @@ -216,6 +216,10 @@ SendTransactionScreen.prototype.render = function () { placeholder: '0', }, []), + h('div.send-screen-gas-input-customize', {}, [ + 'Customize' + ]), + ]), h('div.send-screen-input-wrapper', {}, [ |