mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-22 16:27:22 +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 })
|
attachments = await client.findAll(attachment.class.Attachment, { space: value.space, attachedTo: value._id })
|
||||||
}
|
}
|
||||||
|
|
||||||
$: value.attachments > 0 && fetch()
|
$: value?.attachments && value.attachments > 0 && fetch()
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user