You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
There are two things worth fixing here:
The balance calculation should result in $100
The "balance update" should be based on the trend vs. previous balance ($100), and should be downward. Currently, it is an "upward" trend because we're comparing it against the previous known balance of $0.
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
There are two things worth fixing here:
$100
The text was updated successfully, but these errors were encountered: