Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
patricio0312rev committed Feb 12, 2025
1 parent 4f0068f commit cc8caf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domains/portfolio/hooks/use-portfolio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export function SelectedAddresses({ profile, activeNetwork }: { profile: IProfil

const config = profile
.settings()
.get(Contracts.ProfileSetting.DashboardConfiguration, defaultConfig) as DashboardConfiguration;
.get(Contracts.ProfileSetting.DashboardConfiguration, defaultConfig) as unknown as DashboardConfiguration;

if (!config.selectedAddressesByNetwork) {
config.selectedAddressesByNetwork = { [nethash]: [] };
Expand Down

0 comments on commit cc8caf8

Please sign in to comment.