From e388f2197c34caf9bd459f84892c7faa8f5f865c Mon Sep 17 00:00:00 2001 From: Josh Miller <31908788+truemiller@users.noreply.github.com> Date: Wed, 11 Sep 2024 10:08:21 +0100 Subject: [PATCH] Update frontend/components/ManageStakingPage/StakingContractSection/index.tsx --- .../ManageStakingPage/StakingContractSection/index.tsx | 4 ---- 1 file changed, 4 deletions(-) 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) {