FIX: JShint
This commit is contained in:
parent
86cd1a19cc
commit
bcbf538297
|
@ -242,7 +242,7 @@ const PostMenuView = Ember.Component.extend(StringBuffer, {
|
||||||
},
|
},
|
||||||
|
|
||||||
// Like button
|
// Like button
|
||||||
buttonForLike(post) {
|
buttonForLike() {
|
||||||
const likeAction = this.get('likeAction');
|
const likeAction = this.get('likeAction');
|
||||||
if (!likeAction) { return; }
|
if (!likeAction) { return; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue