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

[17] adding draw button #23

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

[17] adding draw button #23

wants to merge 12 commits into from

Conversation

jakefernandez102
Copy link
Collaborator

This PR will add:

  • Draw Button under the "VS" box to indicate if the user wants to predict that the match will finish with a draw
  • Validations to do not allow the user to bet 0 eth

@adrianvrj adrianvrj self-requested a review July 30, 2024 02:00
@adrianvrj adrianvrj linked an issue Jul 30, 2024 that may be closed by this pull request
const matches = matchFetch;
//TODO: uncomment the 2 lines below
// var matchFetch = await getAllEvents();
// const matches = matchFetch;
Copy link
Member

Choose a reason for hiding this comment

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

is there a reason to leave this commented?

onClick: function(){} // Callback after click
}).showToast();
return
}
console.log(`${team} - ${selectedMatch?.strHomeTeam}`)
console.log(`${selectedMatch?.intHomeScore} - ${selectedMatch?.intAwayScore}`)
Copy link
Member

Choose a reason for hiding this comment

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

please remove this logs

@adrianvrj
Copy link
Member

@jakefernandez102 there are some conflicts that need to be solved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add draw button
3 participants