Merge pull request #4729 from matrix-org/joriks/appearance-tab
Move Settings flag to ts
This commit is contained in:
commit
b63d73e3b6
5 changed files with 117 additions and 96 deletions
|
@ -233,7 +233,7 @@ export default class RoomSublist2 extends React.Component<IProps, IState> {
|
|||
tabIndex={tabIndex}
|
||||
className={"mx_RoomSublist2_headerText"}
|
||||
role="treeitem"
|
||||
aria-level="1"
|
||||
aria-level={1}
|
||||
>
|
||||
<span>{this.props.label}</span>
|
||||
</AccessibleButton>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue