lint compliance

This commit is contained in:
yflory
2019-05-27 17:52:49 +02:00
parent c3e9b51f76
commit 2e96f13d0c
2 changed files with 1 additions and 2 deletions

View File

@@ -191,7 +191,6 @@ define([
APP.$friend.html('');
var friends = common.getMetadataMgr().getPrivateData().friends;
var $temp;
if (friends[data.curvePublic]) {
APP.$friend.append(h('p.cp-app-profile-friend', Messages._getKey('profile_friend', [data.name || Messages.anonymous])));
return;