Skip to content

Commit

Permalink
Revert usePreviewTransactions
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-jeremy committed Sep 9, 2024
1 parent 98d52bc commit da8edec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export function usePreviewTransactions(
})),
}));
setPreviewTransactions(ungroupTransactions(withDefaults));
collapseTransactions?.(withDefaults.map(t => t.id));
collapseTransactions(withDefaults.map(t => t.id));
});
}

Expand Down

0 comments on commit da8edec

Please sign in to comment.