Skip to content

Commit 76d5d26

Browse files
author
Vikas Agarwal
committed
Github issue #517 Discourse email to topic link: scroll users to the correct topic on Discussions page
-- Fixed lint errors
1 parent 5c6e710 commit 76d5d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/MessageList/MessageList.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class MessageList extends Component {
6868
}
6969

7070
render() {
71-
const {threads, onSelect, onAdd, showAddButton, showEmptyState, scrollPosition } = this.props
71+
const {threads, onSelect, onAdd, showAddButton, showEmptyState } = this.props
7272
return (
7373
<Panel className="message-list">
7474
<Panel.Title>

0 commit comments

Comments
 (0)