1
0
mirror of https://github.com/Eugeny/tabby.git synced 2025-07-29 05:34:36 +00:00

Update profiles.ts

This commit is contained in:
Eugene Pankov
2022-04-30 12:02:57 -07:00
parent 271955e9d4
commit 7032bff827

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