mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Broekn translation on topic-status-info component.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user