mirror of
https://github.com/discourse/discourse.git
synced 2025-04-26 15:44:30 +08:00
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…
x
Reference in New Issue
Block a user