diff --git a/web/app/components/results/index.hbs b/web/app/components/results/index.hbs index 741422b70..5bd62fc84 100644 --- a/web/app/components/results/index.hbs +++ b/web/app/components/results/index.hbs @@ -1,4 +1,3 @@ -{{! @glint-nocheck: not typesafe yet }}
{{#if (and this.firstPageIsShown this.queryIsProductName)}} @@ -31,11 +30,12 @@ documents matching “{{@query}}”
- {{#each @results.hits as |doc index|}} + {{#each @results.hits as |doc|}} ; query: string; }; }