Skip to content

Commit

Permalink
Merge pull request #4096 from Giveth/fix-recurring-donation-succecc-page
Browse files Browse the repository at this point in the history
Fix recurring donation success page
  • Loading branch information
alireza-sharifpour authored May 1, 2024
2 parents 5190436 + 059800f commit 2c1af49
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -454,11 +454,13 @@ const RecurringDonationInnerModal: FC<IRecurringDonationInnerModalProps> = ({
{ txHash: tx.hash, chainType: ChainType.EVM },
],
excludeFromQF: true,
isRecurring: true,
});
} else {
setSuccessDonation({
txHash: [{ txHash: tx.hash, chainType: ChainType.EVM }],
excludeFromQF: true,
isRecurring: true,
});
}
}
Expand Down

0 comments on commit 2c1af49

Please sign in to comment.