Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yivlad committed Dec 17, 2024
1 parent 99801e3 commit ec1afa8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { unstakeDialogConfig } from '../dialogs/unstake/UnstakeDialog'
import { RewardPointsSyncStatus } from '../types'
import { calculateReward as _calculateReward } from './calculateReward'
import { getRewardPointsSyncStatus } from './getRewardPointsSyncStatus'
import { FarmHistoryQueryResult, useFarmHistory } from './historic/useFarmHistory'
import { FarmHistoryQueryResult, FarmHistoryTimeframe, useFarmHistory } from './historic/useFarmHistory'
import { useFarmDetailsParams } from './useFarmDetailsParams'
import { useRewardPointsData } from './useRewardPointsData'

Expand All @@ -30,8 +30,8 @@ const GROWING_REWARD_REFRESH_INTERVAL_IN_MS = 50
export interface ChartDetails {
farmHistory: FarmHistoryQueryResult
onTimeframeChange: (timeframe: Timeframe) => void
timeframe: Timeframe
availableTimeframes: Timeframe[]
timeframe: FarmHistoryTimeframe
availableTimeframes: FarmHistoryTimeframe[]
}

export interface UseFarmDetailsResult {
Expand Down

0 comments on commit ec1afa8

Please sign in to comment.