Skip to content

Commit

Permalink
fix(pol): BGT inflation
Browse files Browse the repository at this point in the history
  • Loading branch information
bearpong committed Jan 8, 2025
1 parent 716cb44 commit 1b8422d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/hub/src/app/vaults/components/gauge-info-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default function GaugeInfoCard() {
/>
<Badge variant="success">
<FormattedNumber
value={bgtInflation?.annualizedBGTInflation ?? 0}
value={(bgtInflation?.annualizedBGTInflation ?? 0) / 100}
percent
/>
</Badge>
Expand Down

0 comments on commit 1b8422d

Please sign in to comment.