feat: change continue button if is connecting via ip

This commit is contained in:
RadoslavDimchev 2023-12-20 09:20:05 +02:00
parent 53bdf40344
commit 4db22194bf
1 changed files with 1 additions and 1 deletions

View File

@ -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>