mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 13:52:50 +08:00
FIX: regression preventing the display of replying...
in the composer
This commit is contained in:
parent
62d1ba4fdb
commit
ea812ea05d
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user