Only show attachments table header when there are attachments
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2021-01-08 23:05:07 +01:00
parent 35ef66744b
commit aa427c7a7d
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
{{ attachmentService.uploadProgress }}%
</progress>
<table>
<table v-if="attachments.length > 0">
<tr>
<th>Name</th>
<th>Size</th>