Skip to content

fix: Properly check for 0 value expenses #272

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

marktai
Copy link

@marktai marktai commented Dec 16, 2024

#158 had a bug in its change from amount >= 1 to amount != 1 instead of being amount != 0 (exact diff)
Screenshot 2024-12-16 at 5 58 57 PM

Repro case on spliit.app:
Screenshot 2024-12-19 at 8 09 32 PM

Let me know if there are other steps I should do to make this PR reviewable / mergeable. I didn't see a contributing guideline at a glance.

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.

1 participant