|
|
|
@ -126,7 +126,7 @@ return function wrap(WrappedComponent) {
|
|
|
|
|
}
|
|
|
|
|
const orderTypeMap = {
|
|
|
|
|
'hottest': 'replies_count',
|
|
|
|
|
'newest': 'updated_at', // 'created_at',
|
|
|
|
|
'newest': 'created_at', // 'created_at',
|
|
|
|
|
}
|
|
|
|
|
const _search = this.props.history.location.search;
|
|
|
|
|
const parsed = queryString.parse(_search);
|
|
|
|
|