1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 03:12:42 +02:00

[MMI] Adds missing return for MMI (#19869)

* adds missing return for mmi

* clean up
This commit is contained in:
António Regadas 2023-07-05 11:29:17 +01:00 committed by GitHub
parent fdac94e361
commit 95d1b3bb3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1305,6 +1305,8 @@ export default class TransactionController extends EventEmitter {
txMeta.custodyId,
fromAddress,
);
return null;
}
///: END:ONLY_INCLUDE_IN