fix: change statement to more readable
This commit is contained in:
parent
e652acc6ee
commit
b5777ca0d7
|
@ -30,7 +30,7 @@ const PairDevice = () => {
|
|||
subtitle="Pair your existing device to the Nimbus Node Manager"
|
||||
/>
|
||||
{isPaired ? <PairedSuccessfully /> : <GenerateId isAwaitingPairing={isAwaitingPairing} />}
|
||||
{!isPaired && (
|
||||
{isPaired === false && (
|
||||
<SyncStatus
|
||||
isPairing={isPairing}
|
||||
isAwaitingPairing={isAwaitingPairing}
|
||||
|
|
Loading…
Reference in New Issue