Skip to content

Commit

Permalink
Update apps/lend/src/components/DetailsMarket/components/DetailsSuppl…
Browse files Browse the repository at this point in the history
…yRewards.tsx


I get a type error on line 65 if I do this.

Co-authored-by: Daniel Schiavini <[email protected]>
  • Loading branch information
amytsang and DanielSchiavini authored Apr 23, 2024
1 parent 11be4b6 commit a566a9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const DetailsSupplyRewards = ({ rChainId, rOwmId }: { rChainId: ChainId; rOwmId:
<span>{t`Incentives APR`}</span>
<ChipInactive>No gauge</ChipInactive>
</RewardsItem>
) : tooltipValues?.incentivesObj && (tooltipValues.incentivesObj || []).length > 0 ? (
) : (tooltipValues?.incentivesObj || []).length > 0 ? && (
<>
<RewardsItem>
<span>{t`Incentives APR`}</span>
Expand Down

0 comments on commit a566a9d

Please sign in to comment.