You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
lint
This commit is contained in:
@@ -37,7 +37,7 @@ interface IProps {
|
|||||||
name: string;
|
name: string;
|
||||||
// Button title
|
// Button title
|
||||||
title: string;
|
title: string;
|
||||||
};
|
}
|
||||||
|
|
||||||
export default class HeaderButton extends React.Component<IProps> {
|
export default class HeaderButton extends React.Component<IProps> {
|
||||||
constructor(props: IProps) {
|
constructor(props: IProps) {
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ export enum RightPanelPhases {
|
|||||||
GroupRoomList = 'GroupRoomList',
|
GroupRoomList = 'GroupRoomList',
|
||||||
GroupRoomInfo = 'GroupRoomInfo',
|
GroupRoomInfo = 'GroupRoomInfo',
|
||||||
GroupMemberInfo = 'GroupMemberInfo',
|
GroupMemberInfo = 'GroupMemberInfo',
|
||||||
};
|
}
|
||||||
|
|
||||||
// These are the phases that are safe to persist (the ones that don't require additional
|
// These are the phases that are safe to persist (the ones that don't require additional
|
||||||
// arguments).
|
// arguments).
|
||||||
|
|||||||
Reference in New Issue
Block a user