mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-03 08:10:28 +00:00
fix show logic
This commit is contained in:
parent
86b878022a
commit
923cb262dc
1 changed files with 2 additions and 1 deletions
|
@ -108,7 +108,8 @@
|
||||||
attachments.value.photos.length > 0 ||
|
attachments.value.photos.length > 0 ||
|
||||||
attachments.value.attachments.length > 0 ||
|
attachments.value.attachments.length > 0 ||
|
||||||
attachments.value.warranty.length > 0 ||
|
attachments.value.warranty.length > 0 ||
|
||||||
attachments.value.manuals.length > 0
|
attachments.value.manuals.length > 0 ||
|
||||||
|
attachments.value.receipts.length > 0
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue