diff --git a/src/components/modal/album/albumEdit-modal.tsx b/src/components/modal/album/albumEdit-modal.tsx index 2984cc1..7bba274 100644 --- a/src/components/modal/album/albumEdit-modal.tsx +++ b/src/components/modal/album/albumEdit-modal.tsx @@ -99,7 +99,7 @@ const AlbumEditModal = () => { setIsloading(true); try { - const albumArtUrl = file ? (await uploadToS3(file)).url : ""; + const albumArtUrl = file ? await uploadToS3(file) : ""; console.log(uuid); console.log(values);