mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +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.unapprovedTypedMessages,
|
||||||
metamaskState.network,
|
metamaskState.network,
|
||||||
)
|
)
|
||||||
const numberOfUnapprivedTx = unapprovedTxsAll.length
|
const numberOfUnapprovedTx = unapprovedTxsAll.length
|
||||||
if (numberOfUnapprivedTx > 0) {
|
if (numberOfUnapprovedTx > 0) {
|
||||||
store.dispatch(
|
store.dispatch(
|
||||||
actions.showConfTxPage({
|
actions.showConfTxPage({
|
||||||
id: unapprovedTxsAll[0].id,
|
id: unapprovedTxsAll[0].id,
|
||||||
|
Loading…
Reference in New Issue
Block a user