diff --git a/app/assets/javascripts/discourse/app/components/time-shortcut-picker.hbs b/app/assets/javascripts/discourse/app/components/time-shortcut-picker.hbs index c4ad735e694..4fcdd31f057 100644 --- a/app/assets/javascripts/discourse/app/components/time-shortcut-picker.hbs +++ b/app/assets/javascripts/discourse/app/components/time-shortcut-picker.hbs @@ -1,5 +1,5 @@ - {{#each this.options as |option|}} + {{#each this.options key="id" as |option|}} {{#unless option.hidden}}