Skip to content

Commit

Permalink
Prettified Code!
Browse files Browse the repository at this point in the history
  • Loading branch information
smaranjitghose authored and actions-user committed Jun 1, 2021
1 parent 381ef6c commit 514c646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/MediaManip/DragDrop/DragDrop.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function DragDrop(props) {
outputOptionsTemp.splice(index, 1);
setOutputOptions(outputOptionsTemp);
}
if(fileType === "pdf") setOutputOptions(["pdf"]);
if (fileType === "pdf") setOutputOptions(["pdf"]);
return Object.assign(file, {
preview: URL.createObjectURL(file),
});
Expand Down

0 comments on commit 514c646

Please sign in to comment.