Skip to content

Commit

Permalink
Indentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ubarsaiyan committed Mar 15, 2018
1 parent 9832e40 commit 25b125e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/rocketchat-ui-message/client/messageBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,8 @@ Template.messageBox.helpers({
},
dataReply() {
return Template.instance().dataReply.get();
},
isAudioMessageAllowed() {
},
isAudioMessageAllowed() {
return RocketChat.settings.get('FileUpload_Enabled') && RocketChat.settings.get('Message_AudioRecorderEnabled') && (!RocketChat.settings.get('FileUpload_MediaTypeWhiteList'));
}
});
Expand Down

0 comments on commit 25b125e

Please sign in to comment.