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>
|
||||
</XStack>
|
||||
{isPaired && <CreateAvatar></CreateAvatar>}
|
||||
{isPaired && <CreateAvatar />}
|
||||
<Separator borderColor={'#e3e3e3'} />
|
||||
<XStack>
|
||||
<Button icon={<NodeIcon size={20} />} disabled={!isPaired}>
|
||||
|
|
Loading…
Reference in New Issue