mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-09 18:13:39 +00:00
fix: repeated node address
This commit is contained in:
parent
cd94f7df56
commit
5b6522c6eb
@ -61,7 +61,7 @@ const AddressAndPortInputs = ({ addressType, portType, isAdvanced }: AddressAndP
|
||||
</YStack>
|
||||
<YStack space={'$2'}>
|
||||
<Text size={13} color={'#647084'} weight={'semibold'}>
|
||||
{addressType || 'Node'} Address
|
||||
{addressType} Address
|
||||
</Text>
|
||||
<Input placeholder={''} value={address} onChangeText={onAddressChangeHandler} />
|
||||
</YStack>
|
||||
|
@ -38,7 +38,7 @@ const ConnectViaIP = () => {
|
||||
<AddressPortInputs addressType="Validator Client" portType="VC" />
|
||||
</>
|
||||
) : (
|
||||
<AddressPortInputs addressType="Node Address" portType="VC" isAdvanced={isAdvanced} />
|
||||
<AddressPortInputs addressType="Node" portType="VC" isAdvanced={isAdvanced} />
|
||||
)}
|
||||
<Separator borderColor={'#e3e3e3'} />
|
||||
<YStack space={'$2'}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user