+
{#each patches as patch}
- {#if search(current, patch.compatiblePackages) || !current}
-
- {/if}
+ {#key current}
+ {#if search(current, patch.compatiblePackages) || !current}
+
+ {/if}
+ {/key}
{/each}
@@ -62,13 +64,13 @@
}
.patches-container {
- margin-top: 7.5rem;
+ margin-top: 7rem;
display: flex;
flex-direction: column;
gap: 0.5rem;
width: 100%;
position: sticky;
z-index: 1;
- min-height: calc(100vh - 7.5rem);
+ min-height: calc(100vh - 7rem);
}