Skip to content

Commit

Permalink
[LLM] add parentAccount in getMainAccount (#6767)
Browse files Browse the repository at this point in the history
* add parentAccount in getMainAccount
  • Loading branch information
lvndry committed Apr 26, 2024
1 parent abaa41c commit ce0dcb0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tame-coins-reflect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"live-mobile": patch
---

[bugfix] add parentAccount to getMainAccount
2 changes: 1 addition & 1 deletion apps/ledger-live-mobile/src/screens/Account/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const AccountScreenInner = ({
});
}, 300);

const mainAccount = getMainAccount(account);
const mainAccount = getMainAccount(account, parentAccount);
const currency = mainAccount.currency;

const analytics = (
Expand Down

0 comments on commit ce0dcb0

Please sign in to comment.