Skip to content

Commit

Permalink
Taskstate.task gets me every time
Browse files Browse the repository at this point in the history
  • Loading branch information
philrenaud committed Dec 3, 2024
1 parent 5c80ed0 commit 5902561
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/app/templates/allocations/allocation/task/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -287,9 +287,9 @@
</ListTable>
</div>
</div>
{{#if this.model.meta}}
{{#if this.model.task.meta}}
<JobPage::Parts::Meta
@meta={{this.model.meta}}
@meta={{this.model.task.meta}}
/>
{{/if}}
</section>

0 comments on commit 5902561

Please sign in to comment.