Skip to content

Commit

Permalink
revert positions table
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMakka committed Nov 18, 2024
1 parent f6e77a8 commit 93ffaf7
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions base/components/AutoCompounder/PositionsTable/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -206,12 +206,7 @@ export const PositionsTable: FC<PositionsTableProps> = ({
</TableCell>
<TableCell align="right">
<Typography py={0.75} variant="body2" fontWeight={600}>
YIELD ACCRUED
</Typography>
</TableCell>
<TableCell align="right">
<Typography py={0.75} variant="body2" fontWeight={600}>
TVL
VAULT TOKENS
</Typography>
</TableCell>
<TableCell align="right" />
Expand Down Expand Up @@ -242,19 +237,12 @@ export const PositionsTable: FC<PositionsTableProps> = ({
<Typography color="text.secondary">
{`${
formatTokenAmount(position.lpBalance.lpTokens) ?? "-"
} LP Tokens`}
</Typography>
</TableCell>
<TableCell align="right">
<Typography>
{/* {formatTokenAmount(position.vaultBalance.vaultTokens)} */}
-
} ${position.lpToken.name}`}
</Typography>
</TableCell>
<TableCell align="right">
<Typography>
{/* {formatTokenAmount(position.vaultBalance.vaultTokens)} */}
-
{formatTokenAmount(position.vaultBalance.vaultTokens)}
</Typography>
</TableCell>
<TableCell align="right">
Expand Down

0 comments on commit 93ffaf7

Please sign in to comment.