Skip to content

Commit

Permalink
chore(fe): change task link displaying condition
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftin committed Oct 28, 2021
1 parent 9652140 commit c69137e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web2/src/components/TaskList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</template>

<template v-slot:item.version="{ item }">
<div v-if="item.version != null || item.build_task != null">
<div v-if="item.tpl_type !== ''">
<TaskLink
:disabled="item.tpl_type === 'build'"
:task-id="item.build_task_id"
Expand Down

0 comments on commit c69137e

Please sign in to comment.