Skip to content

Commit

Permalink
remove sol subgraph data
Browse files Browse the repository at this point in the history
  • Loading branch information
timongll committed Sep 3, 2023
1 parent bb3a71a commit 0093988
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shared/src/components/Product/Theta/YieldCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ const YieldCard: React.FC<YieldCardProps> = ({
{positionState === "partiallyPaused" && "Partially Paused"}
</SecondaryText>
<Title fontSize={14}>
{vaultAccount
{vaultAccount && vault !== "rSOL-THETA"
? `${formatBigNumber(
vaultAccount.totalBalance.add(pausedAmount),
decimals
Expand All @@ -886,6 +886,7 @@ const YieldCard: React.FC<YieldCardProps> = ({
positionState,
color,
vaultAccount,
vault,
pausedAmount,
asset,
]);
Expand Down

0 comments on commit 0093988

Please sign in to comment.