Skip to content

Commit

Permalink
revert change for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
satish-ravi committed Aug 22, 2024
1 parent 9255af7 commit d0be49e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/earn/PoolCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ import Touchable from 'src/components/Touchable'
import { getTotalYieldRate } from 'src/earn/poolInfo'
import { useDollarsToLocalAmount } from 'src/localCurrency/hooks'
import { getLocalCurrencySymbol } from 'src/localCurrency/selectors'
import { navigate } from 'src/navigator/NavigationService'
import { Screens } from 'src/navigator/Screens'
import { EarnPosition } from 'src/positions/types'
import { useSelector } from 'src/redux/hooks'
import { NETWORK_NAMES } from 'src/shared/conts'
Expand Down Expand Up @@ -93,7 +91,6 @@ export default function PoolCard({
providerId: appId,
})
// TODO(ACT-1321): Navigate to pool details screen
navigate(Screens.EarnEnterAmount, { pool })
}

return (
Expand Down

0 comments on commit d0be49e

Please sign in to comment.