Lint whitespaces and semis
This commit is contained in:
parent
8458572032
commit
bc4167180c
9 changed files with 43 additions and 44 deletions
|
@ -52,7 +52,7 @@ export default class MemberAvatar extends React.Component<IProps, IState> {
|
|||
constructor(props: IProps) {
|
||||
super(props);
|
||||
|
||||
this.state = MemberAvatar.getState(props)
|
||||
this.state = MemberAvatar.getState(props);
|
||||
}
|
||||
|
||||
public static getDerivedStateFromProps(nextProps: IProps): IState {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue