Skip to content

Commit

Permalink
update dash history
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepiter committed Sep 19, 2023
1 parent ca64f15 commit 46ae44b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/tables/HistoryTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default function HistoryTable({ registerId }: Props) {
{new Intl.NumberFormat("pt-br", {
style: "currency",
currency: "BRL",
}).format(Number(row.balanceCredit))}
}).format(Number(row.totalCredit))}
</Tag>
),
},
Expand All @@ -83,7 +83,7 @@ export default function HistoryTable({ registerId }: Props) {
{new Intl.NumberFormat("pt-br", {
style: "currency",
currency: "BRL",
}).format(Number(row.totalCredit))}
}).format(Number(row.balanceCredit))}
</Tag>
),
},
Expand Down

0 comments on commit 46ae44b

Please sign in to comment.