Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upFormat the "total interest" value in PayoffProjectionContainer to display as a dollar value #27
Comments
This comment has been minimized.
This comment has been minimized.
Hey @Tyresius92, |
This comment has been minimized.
This comment has been minimized.
Hi @izhuravlev! Sure go for it! Please let me know if you have any questions. |
This comment has been minimized.
This comment has been minimized.
Hey @Tyresius92 , |
This comment has been minimized.
This comment has been minimized.
Hi @izhuravlev Thank you! The PR looks good. Just going to sanity check locally and then I'll merge it in. Re: prettier - were you not able to just run prettier on the file? I thought I had it configured to pick up the settings from package.json. Was that not the case? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Currently, the total interest value in PayoffProjectionContainer displays as a very long float value.
Expected behavior
Update the formatting to display as a dollar value. (i.e.
Total Interest: $123.45
)