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'} />
|
||||
<div>
|
||||
<Button icon={<NodeIcon size={20} />} disabled={!isPaired}>
|
||||
Continue
|
||||
{isConnectingViaIp ? 'Connect Device' : 'Continue'}
|
||||
</Button>
|
||||
</div>
|
||||
</YStack>
|
||||
|
|
Loading…
Reference in New Issue