mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-23 20:54:50 +03:00
Add key to #each over patch series
- prevents funny things from happening
This commit is contained in:
parent
4c2fe5929a
commit
3b1725cfc4
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user