Fix team icons

This commit is contained in:
John Lyon-Smith
2018-03-26 11:01:41 -07:00
parent ca7e72fc2d
commit c38f07a440
4 changed files with 59 additions and 21 deletions

View File

@@ -157,7 +157,7 @@ export class UserForm extends React.Component {
<Column.Item>
<DropdownList items={teams} render={(item) => (
<DropdownList.Item key={item.id}>
<DropdownList.Icon name='teams' size={sizeInfo.dropdownIconSize} />
<DropdownList.Icon name='team' size={sizeInfo.dropdownIconSize} />
<DropdownList.Text>{item.name}</DropdownList.Text>
</DropdownList.Item>
)} />