-
Notifications
You must be signed in to change notification settings - Fork 10
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
feat: points page #176
feat: points page #176
Conversation
Branch preview✅ Deploy successful! https://activities_new_page--governance.review-react-br.5afe.dev |
ESLint Summary View Full Report
Report generated by eslint-plus-action |
@@ -19,6 +19,7 @@ const digitRotations: Record<number, number> = { | |||
const BoostCounter = ({ | |||
value, | |||
direction, | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
prettier out of control?
src/config/constants.ts
Outdated
[Chains.SEPOLIA]: 'fa9f462b-8e8c-4122-aa41-2464e919b721', | ||
[Chains.MAINNET]: 'fa9f462b-8e8c-4122-aa41-2464e919b721', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same campaign ids on both chains?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mainnet does not exist yet. Will be created momentarily and then replaced :)
const ownEntry = useOwnCampaignRank(campaign?.resourceId) | ||
const { data: ownEntry, isLoading } = useOwnCampaignRank(campaign?.resourceId) | ||
|
||
console.log(ownEntry, isLoading) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you forgot to remove that.
What this PR changes