Skip to content

Commit

Permalink
Income Tax: Show assets with zero shares
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelometal committed Jan 8, 2022
1 parent efbac5e commit a4cedac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/IncomeTax.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ const Data = ({ rows }) => {
Object.entries(rows.items)
.map(([_, value]) => value)
.flat()
.filter((asset) => asset.shares >= 1)
.forEach((asset) => {
if (asset.itemType in byType === false) {
byType[asset.itemType] = [];
Expand Down

0 comments on commit a4cedac

Please sign in to comment.