FIX: Broekn translation on `topic-status-info` component.
This commit is contained in:
parent
5cf75c67df
commit
9ab5f17610
|
@ -12,7 +12,7 @@ export default Ember.Component.extend(bufferedRender({
|
||||||
],
|
],
|
||||||
|
|
||||||
buildBuffer(buffer) {
|
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'));
|
let statusUpdateAt = moment(this.get('topic.topic_status_update.execute_at'));
|
||||||
if (statusUpdateAt < new Date()) return;
|
if (statusUpdateAt < new Date()) return;
|
||||||
|
|
Loading…
Reference in New Issue