Skip to content

Commit

Permalink
feat(dev-frontend): 🎸 move lp staking tile below hchf redemption
Browse files Browse the repository at this point in the history
  • Loading branch information
apttx committed Feb 5, 2025
1 parent ac440fa commit 9bbd464
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/dev-frontend/src/pages/Dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ export const Dashboard: React.FC = () => {
<Trove />
<Stability />
<Staking />
{canRedeemHchf && <RedeemHchf />}
<MineViewProvider>
<Mine />
</MineViewProvider>

{canRedeemHchf && <RedeemHchf />}
</Container>

<Container variant="right">
Expand Down

0 comments on commit 9bbd464

Please sign in to comment.