Displaying oldest first by default.

This commit is contained in:
David Jay
2017-02-27 12:28:13 -05:00
parent 66a890458c
commit 37b08fd4e4
@@ -10,7 +10,7 @@ const lang = new I18n(translations);
class ModerationMenu extends Component {
state = {
sort: '',
sort: 'REVERSE_CHRONOLOGICAL',
}
static propTypes = {