Skip to content

Commit

Permalink
Fix target APR (#1803)
Browse files Browse the repository at this point in the history
  • Loading branch information
sophialittlejohn authored Dec 14, 2023
1 parent 0b9def8 commit 78b95b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion centrifuge-app/src/components/PoolCard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export function PoolCard({
minimumFractionDigits: 1,
maximumFractionDigits: 1,
})
) : name === 'Anemoy' ? (
) : name?.toLowerCase().includes('anemoy') ? (
<Tooltips
type="tbillApr"
label={
Expand Down

0 comments on commit 78b95b0

Please sign in to comment.