mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 13:14:58 +08:00
lint
This commit is contained in:
parent
1d3635e1c8
commit
2c8b5b49ed
@ -37,7 +37,7 @@ interface IProps {
|
||||
name: string;
|
||||
// Button title
|
||||
title: string;
|
||||
};
|
||||
}
|
||||
|
||||
export default class HeaderButton extends React.Component<IProps> {
|
||||
constructor(props: IProps) {
|
||||
|
@ -29,7 +29,7 @@ export enum RightPanelPhases {
|
||||
GroupRoomList = 'GroupRoomList',
|
||||
GroupRoomInfo = 'GroupRoomInfo',
|
||||
GroupMemberInfo = 'GroupMemberInfo',
|
||||
};
|
||||
}
|
||||
|
||||
// These are the phases that are safe to persist (the ones that don't require additional
|
||||
// arguments).
|
||||
|
Loading…
Reference in New Issue
Block a user