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

Fix #580 #626

Merged
merged 26 commits into from
Oct 23, 2017
Merged

Fix #580 #626

merged 26 commits into from
Oct 23, 2017

Conversation

happyconcepts
Copy link
Contributor

Fix #580 added linethrough class for Annual Fee

Scurious and others added 26 commits July 17, 2017 12:06
Update README.md - correct spelling of webpack dependency
* Add Chart Clamp To Settings Dropdown

* Removed Unused Variable

Merging as is and then we'll see about handling the redraw bug in the next sprint.
@svk31
Copy link
Contributor

svk31 commented Oct 23, 2017

This is fine but it would've been cleaner to just add the if check to the className, like this:

<span className={feeTypes[key]==="Annual Membership" ? "linethrough" : ""}>xxx</span>

@svk31 svk31 merged commit 2456823 into bitshares:staging Oct 23, 2017
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.

3 participants