Add key to #each over patch series

- prevents funny things from happening
This commit is contained in:
Mattias Granlund 2024-10-04 11:54:53 +02:00
parent 4c2fe5929a
commit 3b1725cfc4

View File

@ -34,7 +34,7 @@
</script>
<!-- TODO: Add connecting line on background between NewStackCard above and branches below -->
{#each branch.series as currentSeries}
{#each branch.series as currentSeries (currentSeries.name)}
<div class="branch-group">
<StackingBranchHeader
commits={currentSeries.patches}