mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Changed custom nonce min to a number from a string
This commit is contained in:
parent
9ec652d0da
commit
b76943ea18
@ -417,7 +417,7 @@ export default class ConfirmTransactionBase extends Component {
|
|||||||
<div className="custom-nonce-input">
|
<div className="custom-nonce-input">
|
||||||
<TextField
|
<TextField
|
||||||
type="number"
|
type="number"
|
||||||
min="0"
|
min=0
|
||||||
placeholder={
|
placeholder={
|
||||||
typeof nextNonce === 'number' ? nextNonce.toString() : null
|
typeof nextNonce === 'number' ? nextNonce.toString() : null
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user