mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-16 19:46:48 +01:00
Chore: Update backend dependencies in bulk (#7656)
This commit is contained in:
parent
3df8be0bc7
commit
3813dc2e18
7 changed files with 1411 additions and 1214 deletions
|
|
@ -29,7 +29,7 @@ export class UsernamePipe implements PipeTransform {
|
|||
|
||||
transform(userID: number): string {
|
||||
return this.users
|
||||
? this.getName(this.users.find((u) => u.id === userID)) ?? ''
|
||||
? (this.getName(this.users.find((u) => u.id === userID)) ?? '')
|
||||
: $localize`Shared`
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue