Merge branch 'master' of github.com:coralproject/talk into comment-component

This commit is contained in:
Belen Curcio
2017-02-28 21:26:57 -03:00
38 changed files with 767 additions and 272 deletions
@@ -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>