Skip to content

Commit

Permalink
remove redundant performDelete call
Browse files Browse the repository at this point in the history
  • Loading branch information
joeizang committed Jul 12, 2024
1 parent 6a1d732 commit 1838d1f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ export const FileExplorer = (props: FileExplorerProps) => {
setState((prevState) => {
return { ...prevState, deleteKey: false }
})
performDeletion()
return
}
}
Expand Down

0 comments on commit 1838d1f

Please sign in to comment.