mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
fix(typo): unapprived unapproved (#10366)
This commit is contained in:
parent
b2d40f4e3a
commit
da18091d8e
@ -118,8 +118,8 @@ async function startApp(metamaskState, backgroundConnection, opts) {
|
||||
metamaskState.unapprovedTypedMessages,
|
||||
metamaskState.network,
|
||||
)
|
||||
const numberOfUnapprivedTx = unapprovedTxsAll.length
|
||||
if (numberOfUnapprivedTx > 0) {
|
||||
const numberOfUnapprovedTx = unapprovedTxsAll.length
|
||||
if (numberOfUnapprovedTx > 0) {
|
||||
store.dispatch(
|
||||
actions.showConfTxPage({
|
||||
id: unapprovedTxsAll[0].id,
|
||||
|
Loading…
Reference in New Issue
Block a user