run: check that run is not null

This commit is contained in:
Simone Gotti 2019-05-07 00:28:20 +02:00
parent b16dd420e6
commit 8787b14e53
1 changed files with 40 additions and 38 deletions

View File

@ -1,6 +1,7 @@
<template>
<div>
<RunDetail :run="run"/>
<div v-if="run">
<div v-if="run.phase != 'setuperror'">
<div class="tabs">
<ul>
@ -49,6 +50,7 @@
</div>
</div>
</div>
</div>
</template>
<script>