remove fragment
This commit is contained in:
parent
8b2c68d1bf
commit
9dbbc709f4
@ -75,9 +75,8 @@ function Header({ children }) {
|
|||||||
className="text-primary-active"
|
className="text-primary-active"
|
||||||
onClick={() => {}}
|
onClick={() => {}}
|
||||||
>
|
>
|
||||||
<React.Fragment>
|
<Icon name="settings" />
|
||||||
<Icon name="settings" /> <Icon name="chevron-down" />
|
<Icon name="chevron-down" />
|
||||||
</React.Fragment>
|
|
||||||
</IconButton>
|
</IconButton>
|
||||||
}
|
}
|
||||||
list={[
|
list={[
|
||||||
|
|||||||
@ -31,9 +31,8 @@ const PreferencesDropdown = () => {
|
|||||||
className="text-primary-active"
|
className="text-primary-active"
|
||||||
onClick={() => {}}
|
onClick={() => {}}
|
||||||
>
|
>
|
||||||
<React.Fragment>
|
<Icon name="settings" />
|
||||||
<Icon name="settings" /> <Icon name="chevron-down" />
|
<Icon name="chevron-down" />
|
||||||
</React.Fragment>
|
|
||||||
</IconButton>
|
</IconButton>
|
||||||
}
|
}
|
||||||
list={[
|
list={[
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user