fix(expense tracker): logical error in description (#7720)
If we are referencing by id and not index then --id 1 would remove the first element making the summary 10 and not 20 Solution: delete the second element instead to make the summary add up correctly.pull/7724/head
parent
322dea30d0
commit
684c103aa2
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue