diff --git a/html/src/app.js b/html/src/app.js
index 827f6509..44c3f5dc 100644
--- a/html/src/app.js
+++ b/html/src/app.js
@@ -7453,6 +7453,8 @@ speechSynthesis.getVoices();
$app.methods.showUserDialog = function (userId) {
this.$nextTick(() => adjustDialogZ(this.$refs.userDialog.$el));
var D = this.userDialog;
+ D.currentAvatarThumbnailImageUrl = '';
+ D.userIcon = '';
D.id = userId;
D.treeData = [];
D.memo = this.loadMemo(userId);