mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-03-02 03:50:40 +00:00
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…
x
Reference in New Issue
Block a user