Skip to content

Commit f7b6666

Browse files
committed
chore: re-run test
1 parent 95687aa commit f7b6666

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/hooks/useSelectedTransactionsActions.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ function useSelectedTransactionsActions({
7070
beginExportWithTemplate: (templateName: string, templateType: string, transactionIDList: string[], policyID?: string) => void;
7171
isOnSearch?: boolean;
7272
}) {
73-
7473
const {isOffline} = useNetworkWithOfflineStatus();
7574
const {isDelegateAccessRestricted, showDelegateNoAccessModal} = useContext(DelegateNoAccessContext);
7675
const {selectedTransactionIDs, clearSelectedTransactions, currentSearchHash, selectedTransactions: selectedTransactionsMeta} = useSearchContext();

0 commit comments

Comments
 (0)