1
0
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:
Richard Gordon 2021-02-04 08:11:05 -05:00 committed by GitHub
parent b2d40f4e3a
commit da18091d8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,