mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
correct linting error
This commit is contained in:
parent
6d10812b26
commit
2e0a87a2ff
@ -22,7 +22,7 @@ export default createWidget('post-links', {
|
||||
let titleCount = 0;
|
||||
|
||||
let hasMore = links.any((l) => {
|
||||
if (this.state.collapsed && titleCount === 5) { return true; }
|
||||
if (state.collapsed && titleCount === 5) { return true; }
|
||||
|
||||
let title = l.title;
|
||||
if (title && !seenTitles[title]) {
|
||||
|
Loading…
Reference in New Issue
Block a user