From bfaaf40dcb15d62b2d32453e18e75b8facc217e0 Mon Sep 17 00:00:00 2001 From: Matthew Walsh Date: Fri, 15 Sep 2023 15:47:46 +0100 Subject: [PATCH] Fix undefined getCurrentNetworkTransactions on speed up (#20899) --- ui/store/actions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/store/actions.ts b/ui/store/actions.ts index 0ffabd57319a..ee1398dd1aea 100644 --- a/ui/store/actions.ts +++ b/ui/store/actions.ts @@ -36,12 +36,12 @@ import { getSelectedAddress, hasTransactionPendingApprovals, getApprovalFlows, + getCurrentNetworkTransactions, ///: BEGIN:ONLY_INCLUDE_IN(snaps) getNotifications, ///: END:ONLY_INCLUDE_IN ///: BEGIN:ONLY_INCLUDE_IN(keyring-snaps) getPermissionSubjects, - getCurrentNetworkTransactions, ///: END:ONLY_INCLUDE_IN } from '../selectors'; import {