mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: JShint
This commit is contained in:
@@ -242,7 +242,7 @@ const PostMenuView = Ember.Component.extend(StringBuffer, {
|
||||
},
|
||||
|
||||
// Like button
|
||||
buttonForLike(post) {
|
||||
buttonForLike() {
|
||||
const likeAction = this.get('likeAction');
|
||||
if (!likeAction) { return; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user