Update messageAttachment.js

pull/7652/head
Martin Schoeler 8 years ago committed by GitHub
parent 2e5efd9ede
commit 15e951c19e
  1. 1
      packages/rocketchat-message-attachments/client/messageAttachment.js

@ -73,7 +73,6 @@ Template.messageAttachment.helpers({
},
isFile() {
console.log(this.type === 'file');
return this.type === 'file';
}
});

Loading…
Cancel
Save