Search minor fixes

This commit is contained in:
Adina Țeudan 2022-03-08 16:49:39 +02:00
parent 403e6effc3
commit 3e69276734
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ interface MenuItem {
}
const isNavigationStart = event => event instanceof NavigationStart;
const isSearchScreen: (url: string) => boolean = url => url.includes('/main/dossiers') && url.includes('/search');
const isSearchScreen: (url: string) => boolean = url => url.includes('/search');
@Component({
templateUrl: './base-screen.component.html',

@ -1 +1 @@
Subproject commit 2bae4da2b991ad300b893f6b73797b6c1b90448c
Subproject commit 903a6288deb66d865974a13bd03adf27c73070a2