Skip to content

Commit

Permalink
Update frontend/components/ManageStakingPage/StakingContractSection/i…
Browse files Browse the repository at this point in the history
…ndex.tsx
  • Loading branch information
truemiller authored Sep 11, 2024
1 parent 5288976 commit e388f21
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,10 +237,6 @@ export const StakingContractSection = ({
serviceStatus,
stakingProgram,
]);
// further conditions for migration from an actively staked service
!isServiceStaked ||
(isServiceStakedForMinimumDuration &&
activeStakingProgramMeta?.canMigrateTo.includes(stakingProgram));

const cantMigrateAlert = useMemo(() => {
if (!isBalanceLoaded || !isStakingContractInfoLoaded) {
Expand Down

0 comments on commit e388f21

Please sign in to comment.