|
|
|
|
@ -36,7 +36,7 @@
@@ -36,7 +36,7 @@
|
|
|
|
|
{#if event.kind == patch_kind} |
|
|
|
|
<Patch content={event.content} tags={event.tags} /> |
|
|
|
|
{:else if event.kind && proposal_status_kinds.includes(event.kind)} |
|
|
|
|
<Status status={event.kind} /> |
|
|
|
|
<Status {type} status={event.kind} /> |
|
|
|
|
{:else} |
|
|
|
|
<ParsedContent content={event.content} tags={event.tags} /> |
|
|
|
|
{/if} |
|
|
|
|
|