lint hell

pull/21833/head
Matthew Hodgson 2017-11-01 15:31:44 +00:00
parent 64d8c81897
commit b3a7d25ef8
1 changed files with 1 additions and 2 deletions

View File

@ -54,8 +54,7 @@ export default function shouldHideEvent(ev, syncedSettings) {
&& (/* eventDiff.isJoin ||
eventDiff.isPart ||
eventDiff.isDisplaynameChange || */
eventDiff.isAvatarChange))
{
eventDiff.isAvatarChange)) {
return true;
}