Skip to content

Commit 62ab67a

Browse files
TreeItem: small fix
1 parent ac2e835 commit 62ab67a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/cylc/tree/TreeItem.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
4242
type to family. -->
4343
<Task
4444
v-cylc-object="node.node"
45+
v-if="node.familyTree"
4546
:key="node.id"
4647
:task="node.familyTree[0].node"
4748
/>

0 commit comments

Comments
 (0)