fix(driver-route): routes with empty lines
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2022-11-09 10:27:00 +01:00
parent 5dafdd5daa
commit f9eee431b4
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@
</div> </div>
</div> </div>
<!-- Route ticket list --> <!-- Route ticket list -->
<div class="no-page-break" v-for="ticket in route.tickets"> <div v-if="route.tickets" v-for="ticket in route.tickets" class="no-page-break">
<div> <div>
<table class="column-oriented repeatable"> <table class="column-oriented repeatable">
<thead> <thead>