From 375ca87949f2541e60e014fc1cabfedd53bc9095 Mon Sep 17 00:00:00 2001 From: Michael Merz Date: Tue, 9 Jan 2024 15:42:23 -0500 Subject: [PATCH] fix: remove cast from AssetPage --- src/pages/wallet/AssetPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/wallet/AssetPage.tsx b/src/pages/wallet/AssetPage.tsx index df2c64edc..f2663d559 100644 --- a/src/pages/wallet/AssetPage.tsx +++ b/src/pages/wallet/AssetPage.tsx @@ -137,7 +137,7 @@ const AssetPage = () => { if ( token === "uluna" && symbol !== "LUNC" && - (account as any as Account)?.base_vesting_account + account?.base_vesting_account ) { return (