From a188adf344fced8ef2c17cce9c594ac6052e79d2 Mon Sep 17 00:00:00 2001 From: James Campbell Date: Mon, 18 Dec 2023 18:33:51 +0100 Subject: [PATCH] Update src/components/Modal/MapOperatorToStakingProviderModal/index.tsx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Michał Śmiarowski <40306834+michalsmiarowski@users.noreply.github.com> --- .../Modal/MapOperatorToStakingProviderModal/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Modal/MapOperatorToStakingProviderModal/index.tsx b/src/components/Modal/MapOperatorToStakingProviderModal/index.tsx index 51c90a317..e7d967f74 100644 --- a/src/components/Modal/MapOperatorToStakingProviderModal/index.tsx +++ b/src/components/Modal/MapOperatorToStakingProviderModal/index.tsx @@ -201,9 +201,9 @@ const MapOperatorToStakingProviderModal: FC< innerRef={formRefTbtcRb} formId="map-operator-to-staking-provider-form-tbtc" initialAddress={ - isOperatorMappedOnlyInTbtcForBundledRewards + isOperatorMappedOnlyInRandomBeaconForBundledRewards ? mappedOperatorRandomBeacon - : isOperatorMappedOnlyInRandomBeaconForBundledRewards + : isOperatorMappedOnlyInTbtcForBundledRewards ? mappedOperatorTbtc : "" }