mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FIX: Broekn translation on topic-status-info
component.
This commit is contained in:
parent
5cf75c67df
commit
9ab5f17610
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ export default Ember.Component.extend(bufferedRender({
|
|||
],
|
||||
|
||||
buildBuffer(buffer) {
|
||||
if (!this.get('topic.topic_status_update')) return;
|
||||
if (!this.get('topic.topic_status_update.execute_at')) return;
|
||||
|
||||
let statusUpdateAt = moment(this.get('topic.topic_status_update.execute_at'));
|
||||
if (statusUpdateAt < new Date()) return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue