Closed CollinsC1O closed 2 months ago
@CollinsC1O is attempting to deploy a commit to the StarknetID Team on Vercel.
A member of the Team first needs to authorize it.
The changes involve refactoring the QuestAndCollectionTabs
component to streamline JSX rendering, specifically improving the conditional display of the "To claim" tab and enhancing the formatting of the "Collections" label. The modifications aim to ensure the "To claim" tab is only displayed when there are quests to claim, following user authentication.
File | Change Summary |
---|---|
components/pages/home/questAndCollectionTabs.tsx |
Refactored JSX for "Collections" label and simplified conditional rendering of "To claim" tab, ensuring it only displays when applicable. No changes to exported entities. |
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?
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
sepolia-starknet-quest | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Aug 23, 2024 6:55am |
Fix "To Claim" Tab Not Responding
Description:
This pull request addresses a bug where the "To Claim" tab was not responding when clicked. The issue was traced to the React Fragment (<>...</>) wrapper that was incorrectly wrapping the Tab component, which interfered with its functionality. Pull Request Description
Changes Made:
Testing:
Related Issues:
Please review and let me know if any additional changes are required.
Thanks!
Summary by CodeRabbit