Only show attachments table header when there are attachments

This commit is contained in:
kolaente 2021-01-08 23:05:07 +01:00
parent 35ef66744b
commit aa427c7a7d
No known key found for this signature in database
GPG key ID: F40E70337AB24C9B

View file

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