fix: leave self closing tag

This commit is contained in:
RadoslavDimchev 2023-08-22 09:57:19 +03:00
parent d1690e9b83
commit 7acdd1553a
1 changed files with 1 additions and 1 deletions

View File

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