Closed kylekthompson closed 8 years ago
When using a custom category, the name of the category you created is not used. It looks like the id is being used.
This happens when the new category is added to the page. When the data populates, the category is found by getting it's value, which is one when added to the dropdown. I changed the value to the category text
https://github.com/atareshawty/SpendingTracker/pull/45
When using a custom category, the name of the category you created is not used. It looks like the id is being used.