mirror of
https://github.com/discourse/discourse.git
synced 2024-11-21 16:38:15 -06:00
FIX: Incorrect reference in TopicListHeaderColumn (#29593)
This commit is contained in:
parent
cbfd596b1b
commit
a553c9ea0c
@ -77,7 +77,7 @@ export default class TopicListHeaderColumn extends Component {
|
||||
"topic-list-data"
|
||||
@order
|
||||
(if @sortable "sortable")
|
||||
(if @isSorting "sorting")
|
||||
(if this.isSorting "sorting")
|
||||
(if @number "num")
|
||||
}}
|
||||
...attributes
|
||||
|
Loading…
Reference in New Issue
Block a user