fix: leave self closing tag
This commit is contained in:
parent
d1690e9b83
commit
7acdd1553a
|
@ -61,7 +61,7 @@ const PairDevice = () => {
|
||||||
/>
|
/>
|
||||||
<Text size={15}>Auto Connect Paired Device</Text>
|
<Text size={15}>Auto Connect Paired Device</Text>
|
||||||
</XStack>
|
</XStack>
|
||||||
{isPaired && <CreateAvatar></CreateAvatar>}
|
{isPaired && <CreateAvatar />}
|
||||||
<Separator borderColor={'#e3e3e3'} />
|
<Separator borderColor={'#e3e3e3'} />
|
||||||
<XStack>
|
<XStack>
|
||||||
<Button icon={<NodeIcon size={20} />} disabled={!isPaired}>
|
<Button icon={<NodeIcon size={20} />} disabled={!isPaired}>
|
||||||
|
|
Loading…
Reference in New Issue