FIX: regression preventing the display of replying... in the composer

This commit is contained in:
Joffrey JAFFEUX 2018-03-05 18:51:57 +01:00 committed by GitHub
parent 62d1ba4fdb
commit ea812ea05d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,7 @@ export default Ember.Component.extend({
this.clear();
if (this.get('action') !== 'reply' || this.get('action') !== 'edit') {
if (!['reply', 'edit'].includes(this.get('action'))) {
return;
}