Skip to content

Commit

Permalink
Fix refresh error
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Jul 14, 2024
1 parent 8e0dae8 commit 4e8eaad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/list.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ export default function Frame({ selectedFolderURL, setSelectedFolderURL }) {
selectedFolderURL,
items: itemsRef.current,
setItems,
setItem,
setIsLoading,
});
}
Expand Down Expand Up @@ -372,7 +371,7 @@ export default function Frame({ selectedFolderURL, setSelectedFolderURL }) {
selectedFolderURL,
items: itemsRef.current,
setItems,
setItem,
setIsLoading,
});
}}
/>
Expand Down

0 comments on commit 4e8eaad

Please sign in to comment.