mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-21 17:17:54 +02:00
Update chat scroll (#10182)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
@@ -18,11 +18,14 @@
|
||||
import ProcessesExtension from './ProcessesExtension.svelte'
|
||||
|
||||
export let doc: Card
|
||||
export let hidden: boolean = false
|
||||
</script>
|
||||
|
||||
<div class="processes__section">
|
||||
<ProcessesExtension card={doc} on:loaded />
|
||||
</div>
|
||||
{#if !hidden}
|
||||
<div class="processes__section">
|
||||
<ProcessesExtension card={doc} on:loaded />
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
<style lang="scss">
|
||||
.processes__section {
|
||||
|
||||
Reference in New Issue
Block a user