Update profiles.ts

This commit is contained in:
Eugene Pankov 2022-04-30 12:02:57 -07:00
parent 271955e9d4
commit 7032bff827
No known key found for this signature in database
GPG key ID: 5896FCBBDD1CF4F4

View file

@ -38,7 +38,7 @@ export class SplitLayoutProfilesService extends ProfileProvider<SplitLayoutProfi
return this.splitTabRecoveryProvider.recover(profile.options.recoveryToken)
}
getDescription (_: SplitLayoutProfile): string {
getDescription (): string {
return ''
}