Skip to content

Commit

Permalink
fix: remove avax symbol in runepool opportunity (#7535)
Browse files Browse the repository at this point in the history
  • Loading branch information
NeOMakinG authored Aug 12, 2024
1 parent f71811a commit d296f25
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ export const ThorchainSaversDeposit: React.FC<YearnDepositProps> = ({
}, [opportunityData])

const underlyingAssetId = useMemo(
() => opportunityData?.underlyingAssetIds[0] ?? '',
[opportunityData?.underlyingAssetIds],
() => opportunityData?.underlyingAssetId ?? '',
[opportunityData?.underlyingAssetId],
)
const underlyingAsset: Asset | undefined = useAppSelector(state =>
selectAssetById(state, underlyingAssetId),
Expand Down

0 comments on commit d296f25

Please sign in to comment.