Skip to content

Commit

Permalink
Fix undefined getCurrentNetworkTransactions on speed up (#20899)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewwalsh0 authored Sep 15, 2023
1 parent f315a2b commit bfaaf40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/store/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit bfaaf40

Please sign in to comment.