fix wrong selector which is used to hide following config for ourself in Following

This commit is contained in:
Simon Grim 2016-02-09 23:20:39 +05:00
parent d1a520fccd
commit 702bfd0f96

View File

@ -587,7 +587,7 @@ function addToFollowingList(followingList, peerAlias) {
getFullname(peerAlias, item.find('.mini-profile-name'));
if (peerAlias === defaultScreenName)
item.find('following-config').hide();
item.find('.following-config').hide();
toggleFollowButton({
button: item.find('.follow'),