Skip to content

Commit

Permalink
fix: Rewards APY
Browse files Browse the repository at this point in the history
  • Loading branch information
karelianpie authored and Majorfi committed Jul 22, 2023
1 parent 9b5da88 commit 7227ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/vaults/components/list/VaultsListRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function VaultsListRow({currentVault}: {currentVault: TYDaemonVault}): ReactElem
<Renderable shouldRender={currentVault.apy?.staking_rewards_apr > 0}>
{'REWARD '}
<RenderAmount
value={currentVault.apy?.staking_rewards_apr}
value={currentVault.apy.staking_rewards_apr + currentVault.apy.gross_apr}
symbol={'percent'}
decimals={6}
/>
Expand Down

1 comment on commit 7227ddd

@vercel
Copy link

@vercel vercel bot commented on 7227ddd Jul 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.