diff --git a/javascripts/discourse/components/kanban/card.gjs b/javascripts/discourse/components/kanban/card.gjs index b31ad3d..af058f7 100644 --- a/javascripts/discourse/components/kanban/card.gjs +++ b/javascripts/discourse/components/kanban/card.gjs @@ -116,10 +116,12 @@ export default class KanbanCard extends Component { {{/if}} {{#if @topic.indirectly_assigned_to}} + {{! eslint-disable no-unused-vars }}{{! workaround https://github.com/ember-cli/eslint-plugin-ember/issues/2118 }} {{#each-in @topic.indirectly_assigned_to as |target_id assignment| }} + {{! eslint-enable no-unused-vars }} {{! template-lint-disable no-nested-interactive }}