Skip to content

Commit

Permalink
Update src/components/Modal/MapOperatorToStakingProviderModal/index.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Michał Śmiarowski <[email protected]>
  • Loading branch information
theref and michalsmiarowski authored Dec 18, 2023
1 parent ea10529 commit 1aabd4b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,9 @@ const MapOperatorToStakingProviderModal: FC<
innerRef={formRefTbtcRb}
formId="map-operator-to-staking-provider-form-tbtc"
initialAddress={
isOperatorMappedOnlyInTbtcForBundledRewards
isOperatorMappedOnlyInRandomBeaconForBundledRewards
? mappedOperatorRandomBeacon
: isOperatorMappedOnlyInRandomBeaconForBundledRewards
: isOperatorMappedOnlyInTbtcForBundledRewards
? mappedOperatorTbtc
: ""
}
Expand Down

0 comments on commit 1aabd4b

Please sign in to comment.