mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
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…
x
Reference in New Issue
Block a user