We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9712636 commit 57fe4eeCopy full SHA for 57fe4ee
src/app/shared/search/search/search.component.html
@@ -68,7 +68,7 @@ <h3>Sorry no results have been found!</h3>
68
</div>
69
70
<div class="flex flex-row flex-wrap align-items-center justify-center">
71
- <p class="hint w-full" *ngIf="showHint && searchstate === 'inactive'">
+ <p class="hint w-full" *ngIf="showHint && searchstate !== 'active'">
72
<strong>e.g. <a (click)="setQuery('Arachnodactyly')">Arachnodactyly</a> |
73
<a (click)="setQuery('Marfan syndrome')">Marfan syndrome</a> |
74
<a (click)="setQuery('FBN1')">FBN1</a></strong>
0 commit comments