Fix: only show colon on cards if correspondent and title shown (#7893)

This commit is contained in:
shamoon 2024-10-10 15:07:52 -07:00 committed by GitHub
parent 2353f7c2db
commit 2994f3a740
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 24 additions and 20 deletions

View file

@ -21,7 +21,7 @@
} @else {
{{(document.correspondent$ | async)?.name}}
}
:
@if (displayFields.includes(DisplayField.TITLE)) {:}
}
@if (displayFields.includes(DisplayField.TITLE)) {
{{document.title | documentTitle}}