We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c97c7bf commit 5a89fe7Copy full SHA for 5a89fe7
โsrc/app/(crew)/my-page/_components/profile-card/container.tsxโ
@@ -37,9 +37,6 @@ export default function ProfileCard() {
37
38
try {
39
await updateUserProfile(file);
40
-
41
- const tempUrl = URL.createObjectURL(file);
42
- // ์์ URL์ React Query๊ฐ refetch๋ก ๊ฐฑ์ ๋ ๋๊น์ง ๋ณด์ฌ์ค
43
toast.success('ํ๋กํ ์ด๋ฏธ์ง๊ฐ ์ ๋ฐ์ดํธ๋์์ต๋๋ค.');
44
await refetchUser();
45
} catch (error) {
0 commit comments