remove fragment

This commit is contained in:
Rodrigo Antinarelli 2020-06-23 23:22:57 -03:00
parent 8b2c68d1bf
commit 9dbbc709f4
2 changed files with 4 additions and 6 deletions

View File

@ -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={[

View File

@ -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={[