Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
brightiron committed Oct 22, 2024
1 parent a065a6b commit ded3322
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/views/MyBalances/MyOhmBalances.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,9 @@ export const MyOhmBalances = () => {
{Number(ohmBalances[networks.MAINNET].data?.toString()).toFixed(4) || "0.00"} OHM
</Typography>
</Box>
<Box>
<Link component={RouterLink} to="/stake">
<PrimaryButton>Wrap</PrimaryButton>
</Link>
</Box>
<Link component={RouterLink} to="/stake">
<PrimaryButton>Wrap</PrimaryButton>
</Link>
</Box>
)}
{ohmBalances[networks.ARBITRUM].data?.gt(dust) && (
Expand Down

0 comments on commit ded3322

Please sign in to comment.