Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: prettier
  • Loading branch information
zone-live committed Dec 11, 2025
commit 77bd88b23c6770aa980ce0a2e5e1b6433057f63a
5 changes: 2 additions & 3 deletions packages/earn-controller/src/selectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,8 @@ export const selectLendingMarketsByChainIdAndTokenAddress = createSelector(
),
);

export const selectIsLendingEligible = (
state: EarnControllerState,
): boolean => state.lending.isEligible;
export const selectIsLendingEligible = (state: EarnControllerState): boolean =>
state.lending.isEligible;

/**
* Selects the entire non-EVM staking state.
Expand Down
Loading