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 committed Dec 19, 2023
1 parent 46e0a12 commit a188adf
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 a188adf

Please sign in to comment.