Skip to content

Commit

Permalink
chore: better comment
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller committed Sep 11, 2024
1 parent 8630b13 commit 61f4bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/ManageStakingPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const ManageStakingPage = () => {
)
return [stakingProgramId, ...acc];

// if the program is deprecated, and not staked in, ignore
// if the program is deprecated, ignore it
if (STAKING_PROGRAM_META[stakingProgramId]?.deprecated) {
return acc;
}
Expand Down

0 comments on commit 61f4bd8

Please sign in to comment.