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"
|
"topic-list-data"
|
||||||
@order
|
@order
|
||||||
(if @sortable "sortable")
|
(if @sortable "sortable")
|
||||||
(if @isSorting "sorting")
|
(if this.isSorting "sorting")
|
||||||
(if @number "num")
|
(if @number "num")
|
||||||
}}
|
}}
|
||||||
...attributes
|
...attributes
|
||||||
|
|
Loading…
Reference in New Issue