diff options
Diffstat (limited to 'client/src/app/+accounts')
-rw-r--r-- | client/src/app/+accounts/account-about/account-about.component.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/client/src/app/+accounts/account-about/account-about.component.ts b/client/src/app/+accounts/account-about/account-about.component.ts index 2acf67a59..6f3e6caa0 100644 --- a/client/src/app/+accounts/account-about/account-about.component.ts +++ b/client/src/app/+accounts/account-about/account-about.component.ts | |||
@@ -1,5 +1,4 @@ | |||
1 | import { Component, OnInit, OnDestroy } from '@angular/core' | 1 | import { Component, OnInit, OnDestroy } from '@angular/core' |
2 | import { ActivatedRoute } from '@angular/router' | ||
3 | import { Account } from '@app/shared/account/account.model' | 2 | import { Account } from '@app/shared/account/account.model' |
4 | import { AccountService } from '@app/shared/account/account.service' | 3 | import { AccountService } from '@app/shared/account/account.service' |
5 | import { I18n } from '@ngx-translate/i18n-polyfill' | 4 | import { I18n } from '@ngx-translate/i18n-polyfill' |
@@ -18,7 +17,6 @@ export class AccountAboutComponent implements OnInit, OnDestroy { | |||
18 | private accountSub: Subscription | 17 | private accountSub: Subscription |
19 | 18 | ||
20 | constructor ( | 19 | constructor ( |
21 | private route: ActivatedRoute, | ||
22 | private i18n: I18n, | 20 | private i18n: I18n, |
23 | private accountService: AccountService, | 21 | private accountService: AccountService, |
24 | private markdownService: MarkdownService | 22 | private markdownService: MarkdownService |