diff --git a/platform/features/timeline/src/actions/TimelineCSVExporter.js b/platform/features/timeline/src/actions/TimelineCSVExporter.js index 4ef27b3bc3..bc73d6f782 100644 --- a/platform/features/timeline/src/actions/TimelineCSVExporter.js +++ b/platform/features/timeline/src/actions/TimelineCSVExporter.js @@ -41,7 +41,7 @@ define([ var name = property.name; if (!columnNames[name]) { columnNames[name] = true; - columns.push(new MetadataColumn(name)) + columns.push(new MetadataColumn(name)); } }