diff --git a/js/twister_following.js b/js/twister_following.js index 848234e..7302f21 100644 --- a/js/twister_following.js +++ b/js/twister_following.js @@ -656,6 +656,9 @@ function processWhoToFollowSuggestion(module, peerAlias, followedBy, prepend) { getFullname(peerAlias, item.find('.twister-user-full')); getBioToElem(peerAlias, item.find('.bio')); item.find('.twister-user-remove').remove(); + } else { + item.find('.twister-user-full').remove(); + item.find('.bio').remove(); } if (prepend)