mirror of
https://github.com/discourse/discourse.git
synced 2025-03-20 16:25: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…
x
Reference in New Issue
Block a user