mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 02:18:15 +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
@@ -23,9 +23,7 @@ export type LeftPaneSetGroupMetadataPropsType = {
|
||||
|
||||
/* eslint-disable class-methods-use-this */
|
||||
|
||||
export class LeftPaneSetGroupMetadataHelper extends LeftPaneHelper<
|
||||
LeftPaneSetGroupMetadataPropsType
|
||||
> {
|
||||
export class LeftPaneSetGroupMetadataHelper extends LeftPaneHelper<LeftPaneSetGroupMetadataPropsType> {
|
||||
private readonly groupAvatar: undefined | ArrayBuffer;
|
||||
|
||||
private readonly groupName: string;
|
||||
|
||||
Reference in New Issue
Block a user