removed unused dash if empty
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Carlos Jimenez Ruiz 2020-09-14 16:34:11 +02:00
parent 1eb088521c
commit 031e40df51
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@
title="{{::ticket.refFk}}"
vn-click-stop="invoiceOutDescriptor.show($event, ticket.invoiceOutId)"
class="link">
{{::ticket.refFk | dashIfEmpty}}
{{::ticket.refFk}}
</span>
<span
ng-show="!ticket.refFk"