diff options
author | Chocobozzz <me@florianbigard.com> | 2022-09-14 09:48:43 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-09-14 09:48:43 +0200 |
commit | fc3784583ce383cec8619be5b1d311b340b645f9 (patch) | |
tree | 40e1b99c5d29d8753900096269eb67ddb07ba527 /client/src/app | |
parent | db312c7023bb8263741255f8af1c8a6aef5f88f7 (diff) | |
download | PeerTube-fc3784583ce383cec8619be5b1d311b340b645f9.tar.gz PeerTube-fc3784583ce383cec8619be5b1d311b340b645f9.tar.zst PeerTube-fc3784583ce383cec8619be5b1d311b340b645f9.zip |
Fix user creation date on localized page
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/shared/shared-users/user-admin.service.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-users/user-admin.service.ts b/client/src/app/shared/shared-users/user-admin.service.ts index 422221d62..4128358dc 100644 --- a/client/src/app/shared/shared-users/user-admin.service.ts +++ b/client/src/app/shared/shared-users/user-admin.service.ts | |||
@@ -59,7 +59,6 @@ export class UserAdminService { | |||
59 | 59 | ||
60 | return this.authHttp.get<ResultList<UserServerModel>>(UserService.BASE_USERS_URL, { params }) | 60 | return this.authHttp.get<ResultList<UserServerModel>>(UserService.BASE_USERS_URL, { params }) |
61 | .pipe( | 61 | .pipe( |
62 | map(res => this.restExtractor.convertResultListDateToHuman(res)), | ||
63 | map(res => this.restExtractor.applyToResultListData(res, this.formatUser.bind(this))), | 62 | map(res => this.restExtractor.applyToResultListData(res, this.formatUser.bind(this))), |
64 | catchError(err => this.restExtractor.handleError(err)) | 63 | catchError(err => this.restExtractor.handleError(err)) |
65 | ) | 64 | ) |