diff --git a/src/app/components/contact-list/contact-list.html b/src/app/components/contact-list/contact-list.html index 21196b2..3776def 100644 --- a/src/app/components/contact-list/contact-list.html +++ b/src/app/components/contact-list/contact-list.html @@ -2,10 +2,13 @@

{{languageManager.strings.contacts|upperfirst}}

+ @let contactsCount = (this.contacts$|async|contactsFilter:filter)?.length ?? 0; - + @if(contactsCount !== 0) { + + }
\ No newline at end of file