Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit fa57742

Browse files
committed
eslint error fix
1 parent c5e982f commit fa57742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/rooms/RoomSublist.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ export default class RoomSublist extends React.Component<IProps, IState> {
527527
}
528528

529529
private renderMenu(): React.ReactElement {
530-
if (this.props.tagId === DefaultTagID.Suggested || this.props.tagId === DefaultTagID.SavedItems ) return null; // not sortable
530+
if (this.props.tagId === DefaultTagID.Suggested || this.props.tagId === DefaultTagID.SavedItems) return null; // not sortable
531531

532532
let contextMenu = null;
533533
if (this.state.contextMenuPosition) {

0 commit comments

Comments
 (0)