mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 20:54:31 +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
|
||||
buttonForLike(post) {
|
||||
buttonForLike() {
|
||||
const likeAction = this.get('likeAction');
|
||||
if (!likeAction) { return; }
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user