Skip to content

Commit

Permalink
style: resolve style guide violations
Browse files Browse the repository at this point in the history
  • Loading branch information
patricio0312rev authored and github-actions[bot] committed Feb 12, 2025
1 parent 036ad7e commit 2db3cfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/hooks/use-profile-synchronizer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,10 +236,10 @@ export const useProfileRestore = () => {

const restoreProfileConfig = (profile: Contracts.IProfile) => {
const defaultConfiguration: DashboardConfiguration = {
hideBalance: false,
selectedAddresses: [],
selectedNetworkIds: [],
walletsDisplayType: "all",
hideBalance: false,
};

const config = profile
Expand Down
2 changes: 1 addition & 1 deletion src/domains/wallet/hooks/use-wallet-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ export const useWalletConfig = ({
const availableNetworks = useNetworks({ profile });

const defaultConfiguration: DashboardConfiguration = {
hideBalance: false,
selectedNetworkIds: profileEnabledNetworkIds(profile),
walletsDisplayType: "all",
hideBalance: false,
...defaults,
};

Expand Down

0 comments on commit 2db3cfe

Please sign in to comment.