Skip to content

Commit

Permalink
DEV-489: Add comment on followup story
Browse files Browse the repository at this point in the history
  • Loading branch information
nrh-cklimas committed Nov 7, 2022
1 parent 286ba88 commit 48d91a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spa/src/hooks/useContributorContributionList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ export function useContributorContributionList(
// This means that if the user refreshes their browser or React Query decides
// to invalidate the cache, the deleting contribution reappears--but there's
// not much we can do about that here.
//
// Backend update that would make this unnecessary is captured in DEV-2391.

const cancelRecurringContribution = useCallback(
async (contribution: ContributorContribution) => {
Expand Down

0 comments on commit 48d91a9

Please sign in to comment.