Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Tech] add cta component, hide eligibility and hide claim props #39

Merged
merged 9 commits into from
Dec 5, 2024

Conversation

BrettCleary
Copy link
Contributor

@BrettCleary BrettCleary commented Dec 3, 2024

Copy link

vercel bot commented Dec 3, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
quests-ui ✅ Ready (Inspect) Visit Preview Dec 5, 2024 8:06am

@@ -63,13 +67,6 @@ export function QuestDetailsWrapper(props: QuestDetailsWrapperProps) {
const questResult = useGetQuest(selectedQuestId, getQuest)
const questMeta = questResult.data?.data

const rewardsQuery = useGetRewards({
Copy link
Contributor Author

@BrettCleary BrettCleary Dec 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not being used anywhere

@@ -9,7 +9,7 @@ export default defineConfig({
publicDir: 'public',
resolve: {
alias: {
'@': '/src'
'@': join(__dirname, 'src')
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dist/components/QuestDetailsWrapper/index.d.ts was building the @/types/quests into ../../../../../../src/types/quests

This now matches what we have in the desktop client and the QuestWrapperContextValue type works now

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

niiiiice, this is the fix I was looking for but couldn't get

@BrettCleary BrettCleary changed the title [Tech] add cta comp prop [Tech] add cta component, hide eligibility and hide claim props Dec 5, 2024
@BrettCleary BrettCleary merged commit 88dcb79 into main Dec 5, 2024
2 checks passed
@BrettCleary BrettCleary deleted the tech/add_cta_comp_prop branch December 5, 2024 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants