From 5b6522c6eb5b550cacd92836810b2b8f65d5bcd0 Mon Sep 17 00:00:00 2001 From: RadoslavDimchev Date: Wed, 20 Dec 2023 11:56:31 +0200 Subject: [PATCH] fix: repeated node address --- src/pages/PairDevice/ConnectViaIP/AddressAndPortInputs.tsx | 2 +- src/pages/PairDevice/ConnectViaIP/ConnectViaIP.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/PairDevice/ConnectViaIP/AddressAndPortInputs.tsx b/src/pages/PairDevice/ConnectViaIP/AddressAndPortInputs.tsx index 216a7036..824b4d2e 100644 --- a/src/pages/PairDevice/ConnectViaIP/AddressAndPortInputs.tsx +++ b/src/pages/PairDevice/ConnectViaIP/AddressAndPortInputs.tsx @@ -61,7 +61,7 @@ const AddressAndPortInputs = ({ addressType, portType, isAdvanced }: AddressAndP - {addressType || 'Node'} Address + {addressType} Address diff --git a/src/pages/PairDevice/ConnectViaIP/ConnectViaIP.tsx b/src/pages/PairDevice/ConnectViaIP/ConnectViaIP.tsx index ca9ac51f..50601df0 100644 --- a/src/pages/PairDevice/ConnectViaIP/ConnectViaIP.tsx +++ b/src/pages/PairDevice/ConnectViaIP/ConnectViaIP.tsx @@ -38,7 +38,7 @@ const ConnectViaIP = () => { ) : ( - + )}