diff --git a/plugins/board-resources/src/components/editor/CardDetails.svelte b/plugins/board-resources/src/components/editor/CardDetails.svelte index 078f2056f0..d2c7e38c33 100644 --- a/plugins/board-resources/src/components/editor/CardDetails.svelte +++ b/plugins/board-resources/src/components/editor/CardDetails.svelte @@ -14,7 +14,7 @@ // limitations under the License. --> -{#if date} +{#if value}
- +
- {#if date.startDate} - + {#if value.startDate} + {/if} - {#if date.startDate && date.dueDate}-{/if} - {#if date.dueDate} - + {#if value.startDate && value.dueDate}-{/if} + {#if value.dueDate} + {/if}