Skip to content

Commit

Permalink
fix units on token operations
Browse files Browse the repository at this point in the history
  • Loading branch information
hedi-edelbloute committed Jun 21, 2024
1 parent b15b043 commit 9269cf8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/large-carrots-attend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"ledger-live-desktop": patch
---

Fix units on token ops
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function OperationComponent({
const confirmationsNb = useSelector((state: State) =>
confirmationsNbForCurrencySelector(state, mainAccount),
);
const unit = useAccountUnit(mainAccount);
const unit = useAccountUnit(account);
const accountName = useAccountName(account);

const onClickOnOperation = () => {
Expand Down

0 comments on commit 9269cf8

Please sign in to comment.