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

Bugfix/required props and tax percentage #40

Conversation

trautlein
Copy link

See comment in BillItem/index.jsx to understand the changes there, or ask me. I think my change was warranted, and it'll remove some of the console.warnings we have been receiving when we load up the page.

This resolves #39.

Needed to be a number and was being input as a string, I was able
to fix that
Some of the props are listed as "required" but don't
actually need to be different loadings of "Bill"
i.e. "Make Bill" and "Pay Bill"
@trautlein trautlein added the bug label Nov 3, 2016
Copy link
Member

@chasestarr chasestarr left a comment

Choose a reason for hiding this comment

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

👍

@chasestarr chasestarr merged commit e24ca6b into newtonian-platypus:develop Nov 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix: at least some of the "Failed prop type" warnings
2 participants