Skip to content

Commit 57fe4ee

Browse files
iimpulseCopilot
andauthored
Update src/app/shared/search/search/search.component.html
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9712636 commit 57fe4ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/shared/search/search/search.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ <h3>Sorry no results have been found!</h3>
6868
</div>
6969
</div>
7070
<div class="flex flex-row flex-wrap align-items-center justify-center">
71-
<p class="hint w-full" *ngIf="showHint && searchstate === 'inactive'">
71+
<p class="hint w-full" *ngIf="showHint && searchstate !== 'active'">
7272
<strong>e.g. <a (click)="setQuery('Arachnodactyly')">Arachnodactyly</a> |
7373
<a (click)="setQuery('Marfan syndrome')">Marfan syndrome</a> |
7474
<a (click)="setQuery('FBN1')">FBN1</a></strong>

0 commit comments

Comments
 (0)