Skip to content

Commit

Permalink
fix(app-file-manager): remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel910 committed Nov 6, 2023
1 parent 654c156 commit e8d6ebd
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,6 @@ const FileManagerView = () => {
const filesBeingUploaded = uploader.getJobs().length;
const progress = uploader.progress;

const onDrop = () => view.setDragging(false);

const renderList = (browseFiles: FilesRenderChildren["browseFiles"]) => {
if (!view.isListLoading && view.isSearch && view.files.length === 0) {
return <Empty isSearchResult={true} browseFiles={browseFiles} />;
Expand Down

0 comments on commit e8d6ebd

Please sign in to comment.