Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iBicha committed Mar 10, 2024
1 parent c893d37 commit 8b75bed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@
</vscode-data-grid-row>

{#each currentPathContentsInfo as entry}
<FileSystemEntry on:open={onOpen} on:delete{onDelete} entry={entry} columnsToShow={columnsToShow} />
<FileSystemEntry on:open={onOpen} on:delete={onDelete} entry={entry} columnsToShow={columnsToShow} />
{/each}
</vscode-data-grid>
</div>
Expand Down

0 comments on commit 8b75bed

Please sign in to comment.