Upgrade Prettier from v2.1.2 to v2.2.1
This commit is contained in:
parent
664865c9f1
commit
a5a64f354f
17 changed files with 50 additions and 101 deletions
|
@ -31,9 +31,7 @@ export type LeftPaneChooseGroupMembersPropsType = {
|
|||
|
||||
/* eslint-disable class-methods-use-this */
|
||||
|
||||
export class LeftPaneChooseGroupMembersHelper extends LeftPaneHelper<
|
||||
LeftPaneChooseGroupMembersPropsType
|
||||
> {
|
||||
export class LeftPaneChooseGroupMembersHelper extends LeftPaneHelper<LeftPaneChooseGroupMembersPropsType> {
|
||||
private readonly candidateContacts: ReadonlyArray<ConversationType>;
|
||||
|
||||
private readonly cantAddContactForModal:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue