Skip to content

Commit

Permalink
Fix/avax fixes [skip cypress] (#2159)
Browse files Browse the repository at this point in the history
  • Loading branch information
foodaka authored Aug 19, 2024
1 parent 0b4a509 commit 4ac261a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/incentives/IncentivesTooltipContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export const IncentivesTooltipContent = ({

const getSymbolMap = (incentive: ReserveIncentiveResponse) => {
const rewardTokenSymbol = incentive.rewardTokenSymbol;

return IncentivesSymbolMap[rewardTokenSymbol]
? {
...IncentivesSymbolMap[rewardTokenSymbol],
Expand Down Expand Up @@ -112,7 +113,7 @@ export const IncentivesTooltipContent = ({
))}

{incentives.length > 1 && (
<Box sx={(theme) => ({ pt: 1, mt: 1, border: `1px solid ${theme.palette.divider}` })}>
<Box sx={() => ({ pt: 1, mt: 1 })}>
<Row caption={<Trans>Net APR</Trans>} height={32}>
<Number incentiveAPR={incentivesNetAPR} />
</Row>
Expand Down

2 comments on commit 4ac261a

@github-actions
Copy link

Choose a reason for hiding this comment

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

This commit was deployed on ipfs

@github-actions
Copy link

Choose a reason for hiding this comment

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

This commit was deployed on ipfs

Please sign in to comment.