Skip to content

Commit

Permalink
Merge pull request #302 from terra-money/8.0.3.1
Browse files Browse the repository at this point in the history
fix: remove cast from AssetPage
  • Loading branch information
mwmerz authored Jan 9, 2024
2 parents 4848daf + 375ca87 commit 212fcaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/wallet/AssetPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ const AssetPage = () => {
if (
token === "uluna" &&
symbol !== "LUNC" &&
(account as any as Account)?.base_vesting_account
account?.base_vesting_account
) {
return (
<div className={styles.chainlist}>
Expand Down

0 comments on commit 212fcaa

Please sign in to comment.