add key to react list and let selector container wrap
This commit is contained in:
parent
a10e71edcf
commit
24cf3d5f05
2 changed files with 4 additions and 1 deletions
|
@ -255,6 +255,7 @@ export default class AppearanceUserSettingsTab extends React.Component<IProps, I
|
|||
<div className="mx_ThemeSelectors" onChange={this.onThemeChange}>
|
||||
{orderedThemes.map(theme => {
|
||||
return <StyledRadioButton
|
||||
key={theme.id}
|
||||
value={theme.id}
|
||||
name={"theme"}
|
||||
disabled={this.state.useSystemTheme}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue