Skip to content

Commit

Permalink
workaround linting bug
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaylorhq committed Mar 28, 2024
1 parent 1f14cb4 commit 53d9ed8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions javascripts/discourse/components/kanban/card.gjs
Expand Up @@ -153,10 +153,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 }}
{{htmlSafe
(renderAvatar
assignment.assigned_to
Expand Down

0 comments on commit 53d9ed8

Please sign in to comment.