feat: change continue button if is connecting via ip
This commit is contained in:
parent
53bdf40344
commit
4db22194bf
|
@ -77,7 +77,7 @@ const PairDevice = () => {
|
||||||
<Separator borderColor={'#e3e3e3'} />
|
<Separator borderColor={'#e3e3e3'} />
|
||||||
<div>
|
<div>
|
||||||
<Button icon={<NodeIcon size={20} />} disabled={!isPaired}>
|
<Button icon={<NodeIcon size={20} />} disabled={!isPaired}>
|
||||||
Continue
|
{isConnectingViaIp ? 'Connect Device' : 'Continue'}
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
</YStack>
|
</YStack>
|
||||||
|
|
Loading…
Reference in New Issue