mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
FIX: JShint
This commit is contained in:
parent
86cd1a19cc
commit
bcbf538297
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ const PostMenuView = Ember.Component.extend(StringBuffer, {
|
|||
},
|
||||
|
||||
// Like button
|
||||
buttonForLike(post) {
|
||||
buttonForLike() {
|
||||
const likeAction = this.get('likeAction');
|
||||
if (!likeAction) { return; }
|
||||
|
||||
|
|
Loading…
Reference in a new issue