Closed HrithikSampson closed 1 month ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
giveth-dapps-v2 | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 26, 2024 0:38am |
The pull request introduces changes to the OneTimeDonationCard.tsx
and donation.ts
files. In OneTimeDonationCard.tsx
, the closeModal
function is updated to reset the state of the change network modal when the sanction modal is closed. In donation.ts
, the isWalletSanctioned
function is modified to always return true
, disregarding the actual sanction status of the wallet.
Files | Change Summary |
---|---|
src/components/views/donate/OnTime/... |
Updated closeModal function to reset change network modal state when closing the sanction modal. |
src/services/donation.ts |
Modified isWalletSanctioned function to always return true , ignoring actual sanction status. |
In the garden where bunnies play,
Changes hop in a joyful way.
Modals close, and states reset,
A world of fun, we won't forget!
With every tweak, our hearts take flight,
Hopping along, everything feels right! 🐰✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
relates to #4449 and #4612
Summary by CodeRabbit
New Features
Bug Fixes