Skip to content

Commit 3e7326c

Browse files
committed
fix: clear user thumbnail
1 parent 94fe189 commit 3e7326c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/containers/setting/SettingUserProfileContainer.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ function SettingUserProfileContainer(props: SettingUserProfileContainerProps) {
3131

3232
const clearThumbnail = () => {
3333
updateThumbnail(null);
34+
setImageBlobUrl(null);
3435
};
3536

3637
const onUpdate = (params: { displayName: string; shortBio: string }) => {

0 commit comments

Comments
 (0)