Skip to content

Commit 7ae3aff

Browse files
committed
fix lint:
1 parent d4b30a5 commit 7ae3aff

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

app/components/hooks/useMultichainBalances/useMultichainBalances.types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ export interface MultichainBalancesData {
1313
isPortfolioVieEnabled: boolean;
1414
aggregatedBalance: AggregatedPercentageProps;
1515
isLoadingAccount: boolean;
16-
shouldShowFiat: boolean;
1716
}
1817

1918
export interface UseAllAccountsMultichainBalancesHook {

app/components/hooks/useMultichainBalances/useMultichainBalancesForAllAccounts.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ const useMultichainBalancesForAllAccounts =
109109
// if the totalNativeTokenBalance is undefined, it means that the account is loading
110110
isLoadingAccount:
111111
accountBalanceData.totalNativeTokenBalance === undefined,
112-
shouldShowFiat,
113112
};
114113
}
115114

0 commit comments

Comments
 (0)