-
Notifications
You must be signed in to change notification settings - Fork 0
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
B 2735 create select rewards panel #644
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
<div> | ||
<Avatar shape="squared" size="lg" iconProps={{ component: CircleDashed }} /> | ||
</div> | ||
{name} |
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.
Could use an avatar label group ?
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.
This will be done in a @pixelfact PR
import { useRequestPaymentFlow } from "@/shared/panels/_flows/request-payment-flow/request-payment-flow.context"; | ||
|
||
export function Content() { | ||
const { billingProfileId, rewardIds } = useRequestPaymentFlow(); |
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.
const { billingProfileId, rewardIds } = useRequestPaymentFlow(); | |
const { billingProfileId = "", rewardIds } = useRequestPaymentFlow(); |
Could then remove fallbacks
No description provided.