Skip to content

Commit

Permalink
Fix naming mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsgrd committed Jan 24, 2025
1 parent 0093a58 commit 59b1c2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/desktop/src/components/BranchFilesList.svelte
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script lang="ts">
import BranchFilesHeader from './BranchFilesHeader.svelte';
import FileListItemSmart from './FileListItemWrapper.svelte';
import FileListItemWrapper from './FileListItemWrapper.svelte';
import LazyloadContainer from '$components/LazyloadContainer.svelte';
import { SelectedOwnership, updateOwnership } from '$lib/branches/ownership';
import { getCommitStore } from '$lib/commits/contexts';
Expand Down Expand Up @@ -145,7 +145,7 @@
onkeydown={handleKeyDown}
>
{#each displayedFiles as file (file.id)}
<FileListItemSmart
<FileListItemWrapper
{file}
{readonly}
{isUnapplied}
Expand Down

0 comments on commit 59b1c2d

Please sign in to comment.