mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 19:26:04 +03:00
eslint error fix
This commit is contained in:
parent
c5e982f5b0
commit
fa577429a0
1 changed files with 1 additions and 1 deletions
|
@ -527,7 +527,7 @@ export default class RoomSublist extends React.Component<IProps, IState> {
|
|||
}
|
||||
|
||||
private renderMenu(): React.ReactElement {
|
||||
if (this.props.tagId === DefaultTagID.Suggested || this.props.tagId === DefaultTagID.SavedItems ) return null; // not sortable
|
||||
if (this.props.tagId === DefaultTagID.Suggested || this.props.tagId === DefaultTagID.SavedItems) return null; // not sortable
|
||||
|
||||
let contextMenu = null;
|
||||
if (this.state.contextMenuPosition) {
|
||||
|
|
Loading…
Reference in a new issue