Merge branch 'master' into whizard-whitelist

This commit is contained in:
Gabriela Rodríguez Berón
2017-02-28 09:54:39 -08:00
committed by GitHub
@@ -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>