mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-13 01:57:08 +01:00
not sure when that got in here
This commit is contained in:
parent
b9cf517cd1
commit
03838421bc
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ export class DashboardComponent implements OnInit {
|
||||||
} else if (tagUsername && tagUsername.content) {
|
} else if (tagUsername && tagUsername.content) {
|
||||||
return tagUsername.content
|
return tagUsername.content
|
||||||
} else {
|
} else {
|
||||||
return "null"
|
return null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue