mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-10 18:36:50 +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>
|
||||||
<YStack space={'$2'}>
|
<YStack space={'$2'}>
|
||||||
<Text size={13} color={'#647084'} weight={'semibold'}>
|
<Text size={13} color={'#647084'} weight={'semibold'}>
|
||||||
{addressType || 'Node'} Address
|
{addressType} Address
|
||||||
</Text>
|
</Text>
|
||||||
<Input placeholder={''} value={address} onChangeText={onAddressChangeHandler} />
|
<Input placeholder={''} value={address} onChangeText={onAddressChangeHandler} />
|
||||||
</YStack>
|
</YStack>
|
||||||
|
@ -38,7 +38,7 @@ const ConnectViaIP = () => {
|
|||||||
<AddressPortInputs addressType="Validator Client" portType="VC" />
|
<AddressPortInputs addressType="Validator Client" portType="VC" />
|
||||||
</>
|
</>
|
||||||
) : (
|
) : (
|
||||||
<AddressPortInputs addressType="Node Address" portType="VC" isAdvanced={isAdvanced} />
|
<AddressPortInputs addressType="Node" portType="VC" isAdvanced={isAdvanced} />
|
||||||
)}
|
)}
|
||||||
<Separator borderColor={'#e3e3e3'} />
|
<Separator borderColor={'#e3e3e3'} />
|
||||||
<YStack space={'$2'}>
|
<YStack space={'$2'}>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user