Skip to content

Commit

Permalink
and again
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaylorhq committed Mar 28, 2024
1 parent 53d9ed8 commit aa476dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions javascripts/discourse/components/kanban/card.gjs
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
<div class="assigned-to">
<a href="/t/{{@topic.id}}/{{assignment.post_number}}">
Expand Down

0 comments on commit aa476dc

Please sign in to comment.