mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-17 13:54:11 +00:00
fix lint issues
Signed-off-by: Anna No <anna.no@xored.com>
This commit is contained in:
parent
01d6da49d9
commit
9c9287770c
@ -32,7 +32,7 @@
|
||||
attachments = await client.findAll(attachment.class.Attachment, { space: value.space, attachedTo: value._id })
|
||||
}
|
||||
|
||||
$: value.attachments > 0 && fetch()
|
||||
$: value?.attachments && value.attachments > 0 && fetch()
|
||||
|
||||
</script>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user