mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 19:08:04 +01:00
Upgrade Prettier from v2.1.2 to v2.2.1
This commit is contained in:
committed by
Scott Nonnenberg
parent
664865c9f1
commit
a5a64f354f
@@ -19,18 +19,12 @@ export type LeftPaneInboxPropsType = {
|
||||
|
||||
/* eslint-disable class-methods-use-this */
|
||||
|
||||
export class LeftPaneInboxHelper extends LeftPaneHelper<
|
||||
LeftPaneInboxPropsType
|
||||
> {
|
||||
export class LeftPaneInboxHelper extends LeftPaneHelper<LeftPaneInboxPropsType> {
|
||||
private readonly conversations: ReadonlyArray<ConversationListItemPropsType>;
|
||||
|
||||
private readonly archivedConversations: ReadonlyArray<
|
||||
ConversationListItemPropsType
|
||||
>;
|
||||
private readonly archivedConversations: ReadonlyArray<ConversationListItemPropsType>;
|
||||
|
||||
private readonly pinnedConversations: ReadonlyArray<
|
||||
ConversationListItemPropsType
|
||||
>;
|
||||
private readonly pinnedConversations: ReadonlyArray<ConversationListItemPropsType>;
|
||||
|
||||
constructor({
|
||||
conversations,
|
||||
|
||||
Reference in New Issue
Block a user