diff --git a/src/routes/repo/[projectId]/BranchLane.svelte b/src/routes/repo/[projectId]/BranchLane.svelte
index bfd712716..b8b7d09d2 100644
--- a/src/routes/repo/[projectId]/BranchLane.svelte
+++ b/src/routes/repo/[projectId]/BranchLane.svelte
@@ -194,6 +194,15 @@
on:consider={handleDndEvent}
on:finalize={handleDndEvent}
>
+
{#each files.filter((x) => x.hunks) as file (file.id)}