-
Notifications
You must be signed in to change notification settings - Fork 94
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
Bug: Transaction History doesn't shows 10th Transaction Amount #64
Comments
I can confirm this bug. |
Look like it fixed on latest versions 0.0.11 (Showing 19 Transactions) |
It is not possible to show the last amount because... On the card itself it records the balance. We subtract the nth transaction from the n+1th transaction to get an amount. So since there is no n+1 on the last item, it is N/A. |
You could choose to hide the line entirely. Or just show whatever information you have haha |
I think it's better to hide the entire line |
Any update on this issue? Any decision taken to hide the line? @kazimmt |
Not yet |
On Transaction history page, it shows 10 history but shows fare only on 9 transaction.
It doesn't shows fare on 10th one.
The text was updated successfully, but these errors were encountered: