commit
@@ -88,7 +88,10 @@
{#if expand_files[index]}
- {#each file.chunks as chunk}
+ {#each file.chunks as chunk, index}
+ {#if index !== 0}
+
+ {/if}
{#each chunk.changes as change, i}
-
+
{#if $selected_proposal_full.proposal_event && $selected_proposal_full.proposal_event.kind === patch_kind}