issues
search
get-amigo
/
Amigo
1
stars
0
forks
source link
Fix: Prevent 0 value in amount input and enforce mandatory transaction description
#160
Closed
Pratik1968
closed
2 months ago
Pratik1968
commented
2 months ago
Before
Amount input accepts 0 value, and transactions can be added without a description
Now
Fixed the bug by adding if condition
Before
Now