Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
onnovisser committed Feb 1, 2024
1 parent bcbd0ed commit 8952886
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions centrifuge-app/src/pages/Pool/Overview/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import { PoolDetailHeader } from '../Header'
const PoolAssetReserveChart = React.lazy(() => import('../../../components/Charts/PoolAssetReserveChart'))

export type Token = {
poolId: string
apy: Decimal
protection: Decimal
ratio: number
Expand Down

0 comments on commit 8952886

Please sign in to comment.