mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 02:40:53 -06: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