Fix lint errors
Some checks failed
CI / Test (pull_request) Failing after 13m19s
CI / Lint (pull_request) Failing after 15m28s

This commit is contained in:
2026-03-23 18:32:18 +04:00
parent 0ac6db65cb
commit 582ab4f8b3
4 changed files with 13 additions and 11 deletions

View File

@@ -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)
}}
>
<Icon @name={{category.icon}} @size={{16}} />
<span>{{category.label}}</span>