Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrewgdewar committed Jan 10, 2025
1 parent 11d7c24 commit 9d25267
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,16 +83,6 @@ export default function FileUploader({ setFileUUIDs, isLoading, setChildLoading
setChildLoading(isLoadingForParent);
}, [isLoadingForParent]);

// const statusIcon = useMemo(() => {
// if (failedCount) {
// return <StatusIcon status='failed' removeText />;
// }
// if (completedCount === fileCount) {
// return <StatusIcon status='completed' removeText />;
// }
// return <StatusIcon status='running' removeText />;
// }, [completedCount, fileCount, failedCount]);

const updateItem = async (name: string) => {
if (currentFiles[name]) {
const targetIndexes = new Set(
Expand Down

0 comments on commit 9d25267

Please sign in to comment.