mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-22 09:23:21 +01:00
Remove unneeded type casting
This commit is contained in:
parent
c6713e93ad
commit
28409294c3
@ -244,7 +244,7 @@ CustomizeGasModal.prototype.render = function () {
|
||||
min: 1,
|
||||
// max: 100000,
|
||||
step: 1,
|
||||
onChange: value => this.convertAndSetGasLimit(String(value)),
|
||||
onChange: value => this.convertAndSetGasLimit(value),
|
||||
title: 'Gas Limit',
|
||||
copy: 'We calculate the suggested gas limit based on network success rates.',
|
||||
}),
|
||||
|
Loading…
Reference in New Issue
Block a user