We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a42dd20 commit f60d541Copy full SHA for f60d541
src/routes/[pullOrIssue=poi]/[org]/[repo]/[id=number]/PageRenderer.svelte
@@ -386,7 +386,7 @@
386
secondaryLabel="{files.length} file{files.length > 1 ? 's' : ''}"
387
>
388
<div class="flex flex-col gap-2">
389
- {#each files as file (file.sha)}
+ {#each files as file (file.filename)}
390
<div
391
class="flex flex-col items-start justify-between xs:flex-row xs:items-center xs:gap-4"
392
0 commit comments