mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-22 00:10:37 +00:00
Fix Sprint editor display (#2488)
This commit is contained in:
parent
314635b149
commit
09ee05a3ca
@ -93,7 +93,7 @@
|
|||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
{#if sprint}
|
{#if sprint && kind === 'list-header'}
|
||||||
<div class="flex-row-center" class:minus-margin-space={kind === 'list-header'} class:text-sm={twoRows}>
|
<div class="flex-row-center" class:minus-margin-space={kind === 'list-header'} class:text-sm={twoRows}>
|
||||||
{#if sprint}
|
{#if sprint}
|
||||||
{@const now = Date.now()}
|
{@const now = Date.now()}
|
||||||
|
Loading…
Reference in New Issue
Block a user