Fixing bug with mod queue sorting.

This commit is contained in:
David Jay
2017-02-28 12:06:27 -05:00
parent 491f254206
commit 95a9259c06
@@ -52,8 +52,8 @@ class ModerationMenu extends Component {
label='Sort'
value={this.state.sort}
onChange={sort => this.selectSort(sort)}>
<Option value={'CHRONOLOGICAL'}>Newest First</Option>
<Option value={'REVERSE_CHRONOLOGICAL'}>Oldest First</Option>
<Option value={'REVERSE_CHRONOLOGICAL'}>Newest First</Option>
<Option value={'CHRONOLOGICAL'}>Oldest First</Option>
</SelectField>
</div>
</div>