diff --git a/src/js/app.js b/src/js/app.js index 72116cc4..767f4278 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -680,6 +680,7 @@ function showProfile(pub) { $('#profile .profile-photo-container').show(); $('#profile .profile-photo').attr('src', photo); }); + $('#profile-about').empty(); gun.user(pub).get('profile').get('about').on(about => { $('#profile .profile-about').toggle(about && about.length > 0); $('#profile .profile-about').text(about);