Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
juliancwirko committed Jun 22, 2023
1 parent 6a130a5 commit 116ecac
Show file tree
Hide file tree
Showing 4 changed files with 524 additions and 663 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### [7.2.0](https://github.com/ElvenTools/elven-tools-dapp/releases/tag/v7.2.0) (2023-06-22)
- update useElven (new useTokenTransfer hook)
- update dependencies

### [7.1.1](https://github.com/ElvenTools/elven-tools-dapp/releases/tag/v7.1.1) (2023-06-07)
- update useElven - fix native auth login token handling
- update dependencies
Expand Down
4 changes: 3 additions & 1 deletion components/core/LedgerAccountsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,9 @@ export const LedgerAccountsList: FC<LedgerAccountsListProps> = ({
</Box>
{loginToken && (
<Box mt={3}>
<Box fontWeight="bold" textAlign="center">Login token:</Box>
<Box fontWeight="bold" textAlign="center">
Login token:
</Box>
<Box wordBreak="break-word">{loginToken}</Box>
</Box>
)}
Expand Down
Loading

0 comments on commit 116ecac

Please sign in to comment.