Update ImageUpload.tsx

seperate -> separate
This commit is contained in:
Ikko Eltociear Ashimine 2023-11-20 00:57:27 +09:00 committed by GitHub
parent 183ddde941
commit fad46574fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ const rejectStyle = {
borderColor: "#ff1744", borderColor: "#ff1744",
}; };
// TODO: Move to a seperate file // TODO: Move to a separate file
function fileToDataURL(file: File) { function fileToDataURL(file: File) {
return new Promise((resolve, reject) => { return new Promise((resolve, reject) => {
const reader = new FileReader(); const reader = new FileReader();