mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-20 02:18:01 +00:00
lint
This commit is contained in:
@@ -41,7 +41,7 @@ export class EditProfileModalComponent<P extends Profile> {
|
||||
|
||||
ngOnInit () {
|
||||
this._profile = this.profile
|
||||
this.profile = this.profilesService.getConfigProxyForProfile(this.profile) as any
|
||||
this.profile = this.profilesService.getConfigProxyForProfile(this.profile)
|
||||
}
|
||||
|
||||
ngAfterViewInit () {
|
||||
|
Reference in New Issue
Block a user