diff --git a/frontend/components/ManageStakingPage/StakingContractSection/index.tsx b/frontend/components/ManageStakingPage/StakingContractSection/index.tsx index e01de3f0..765563c2 100644 --- a/frontend/components/ManageStakingPage/StakingContractSection/index.tsx +++ b/frontend/components/ManageStakingPage/StakingContractSection/index.tsx @@ -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) {