Lint whitespaces and semis
This commit is contained in:
parent
8458572032
commit
bc4167180c
9 changed files with 43 additions and 44 deletions
|
@ -19,13 +19,13 @@ import {MatrixClientPeg} from '../../../MatrixClientPeg';
|
|||
import BaseAvatar from './BaseAvatar';
|
||||
|
||||
export interface IProps {
|
||||
groupId?: string,
|
||||
groupName?: string,
|
||||
groupAvatarUrl?: string,
|
||||
width?: number,
|
||||
height?: number,
|
||||
resizeMethod?: string,
|
||||
onClick?: React.MouseEventHandler,
|
||||
groupId?: string;
|
||||
groupName?: string;
|
||||
groupAvatarUrl?: string;
|
||||
width?: number;
|
||||
height?: number;
|
||||
resizeMethod?: string;
|
||||
onClick?: React.MouseEventHandler;
|
||||
}
|
||||
|
||||
export default class GroupAvatar extends React.Component<IProps> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue