-
Notifications
You must be signed in to change notification settings - Fork 1
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
Mai/feat 310 add make pick button functionali #376
Mai/feat 310 add make pick button functionali #376
Conversation
…ical/gridiron-survivor into shashi/entries-page
Gridiron Survivor Application
Project name: Gridiron Survivor Application
Only deployments on the production branch are activated automatically. If you'd like to activate this deployment, navigate to your deployments. Learn more about Appwrite Function deployments.
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
…/feat-310-add-make-pick-button-functionali
…or into mai/feat-310-add-make-pick-button-functionali
teamLogo: string; |
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.
Make it optional. When implementing this component, the IDE will force the user to put something in for teamLogo prop. Which, it is not needed.
* @returns {React.JSX.Element} - A div element that contains the user's entry information | ||
*/ | ||
const LeagueEntries = ({ | ||
entryName, | ||
linkUrl, | ||
isEliminated = false, | ||
isPickSet = false, | ||
teamLogo = '', |
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.
It's still empty.
teamLogo = '', | |
teamLogo, |
fix #310