Skip to content

Commit

Permalink
chore: remove redundant comments
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller authored Aug 29, 2024
1 parent 65f98d9 commit 27a552b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/components/ManageStakingPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ export const ManageStakingPage = () => {
}
>
<WhatAreStakingContractsSection />
{/* Pearl Beta */}
<StakingContractSection stakingProgram={StakingProgram.Beta} />
{/* Pearl alpha */}
<StakingContractSection stakingProgram={StakingProgram.Alpha} />
</Card>
);
Expand Down

0 comments on commit 27a552b

Please sign in to comment.