Skip to content

Commit

Permalink
Update packages/desktop-client/src/components/reports/graphs/net-wort…
Browse files Browse the repository at this point in the history
…h-spreadsheet.tsx

Co-authored-by: Matiss Janis Aboltins <[email protected]>
  • Loading branch information
Crazypkr1099 and MatissJanis authored Sep 18, 2023
1 parent 9dd9d34 commit c91c961
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ function recalculate(data, start, end) {
},
netWorth: endNetWorth,
totalChange: endNetWorth - startNetWorth,
lowestNetWorth: lowestNetWorth,
highestNetWorth: highestNetWorth,
lowestNetWorth,
highestNetWorth,
};
}

0 comments on commit c91c961

Please sign in to comment.