diff --git a/app/components/category-chips.gjs b/app/components/category-chips.gjs index 8221efc..601a2cb 100644 --- a/app/components/category-chips.gjs +++ b/app/components/category-chips.gjs @@ -42,7 +42,10 @@ export default class CategoryChipsComponent extends Component { class="category-chip" {{on "click" (fn this.searchCategory category)}} aria-label={{category.label}} - disabled={{and (eq this.mapUi.loadingState.type "category") (eq this.mapUi.loadingState.value category.id)}} + disabled={{and + (eq this.mapUi.loadingState.type "category") + (eq this.mapUi.loadingState.value category.id) + }} > {{category.label}} diff --git a/app/components/search-box.gjs b/app/components/search-box.gjs index c5b578e..9b625c1 100644 --- a/app/components/search-box.gjs +++ b/app/components/search-box.gjs @@ -217,7 +217,12 @@ export default class SearchBoxComponent extends Component { />