-
Notifications
You must be signed in to change notification settings - Fork 2
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
WIP: Payouts page - Clain #167
base: feature/payouts
Are you sure you want to change the base?
Conversation
members[members.length - 1] = { | ||
...members[members.length - 1], | ||
hasPayouts: true | ||
} |
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.
Ignore, will be removed, just forcing a payout
obs: how to make it better using config.yml
?
const notReallySure = () => { | ||
console.log('oiii ??????') | ||
} |
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.
Not really sure what we need to do on onStatusChange
<Badge pill bg="primary" className="me-2 p-2"> | ||
Matured | ||
</Badge> | ||
<> |
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.
No description provided.