Skip to content

Commit ee7257f

Browse files
committed
prettier
1 parent 881fb37 commit ee7257f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

website/pages/[handle]/_/edit.tsx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,14 @@ const EditAccountPage: NextPageWithLayout = () => {
6060
setPreviewImage(profile.avatar_url)
6161
}
6262
}
63-
}, [isProfileSuccess, isOrgsSuccess, preventUpdating, router, handle, profile?.avatar_url])
63+
}, [
64+
isProfileSuccess,
65+
isOrgsSuccess,
66+
preventUpdating,
67+
router,
68+
handle,
69+
profile?.avatar_url,
70+
])
6471

6572
const uploadAvatar = async (e: React.ChangeEvent<HTMLInputElement>) => {
6673
const file = e.target.files?.[0]

0 commit comments

Comments
 (0)