Skip to content

Commit

Permalink
cleanup leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
spacehamster87 committed Oct 8, 2024
1 parent 1adc741 commit 322e161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/frontend/src/Job.root.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
{/if}
<TabPane tabId="meta-info" tab="Job Info" active={$initq.data?.job?.metaData?.message?false:true}>
<CardBody class="pb-2">
<JobInfo job={$initq.data.job} {username} {authlevel} {roles} showTags={false} showTagedit/>
<JobInfo job={$initq.data.job} {username} {authlevel} {roles} showTagedit/>
</CardBody>
</TabPane>
{#if $initq.data.job.concurrentJobs != null && $initq.data.job.concurrentJobs.items.length != 0}
Expand Down

0 comments on commit 322e161

Please sign in to comment.