mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 18:41:38 +01:00
lints
This commit is contained in:
parent
d21915c605
commit
9fb4b4a77f
@ -40,7 +40,6 @@ PTXP.render = function () {
|
||||
var maxCost = state.maxCost || txData.maxCost || ''
|
||||
var dataLength = txParams.data ? (txParams.data.length - 2) / 2 : 0
|
||||
var imageify = props.imageifyIdenticons === undefined ? true : props.imageifyIdenticons
|
||||
var advanced = state.advanced || false
|
||||
|
||||
log.debug(`rendering gas: ${gas}, gasPrice: ${gasPrice}, txFee: ${txFee}, maxCost: ${maxCost}`)
|
||||
|
||||
@ -157,8 +156,6 @@ PTXP.render = function () {
|
||||
]),
|
||||
]),
|
||||
|
||||
|
||||
|
||||
// Max Transaction Fee (calculated)
|
||||
h('.cell.row', [
|
||||
h('.cell.label', 'Max Transaction Fee'),
|
||||
|
Loading…
Reference in New Issue
Block a user