asap-feed-beta 12.7.8 → 12.7.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2373,8 +2373,8 @@ var FeedItemComponent = /** @class */ (function () {
2373
2373
  function () {
2374
2374
  var _this = this;
2375
2375
  this.loadVisibilityControls();
2376
+ this.item.linkifiedTitle = this.sanitizedLinkify(this.item.title);
2376
2377
  if (this.item.files && this.item.files.length > 0) {
2377
- this.item.linkifiedTitle = this.sanitizedLinkify(this.item.title);
2378
2378
  this.item.files.map((/**
2379
2379
  * @param {?} feed
2380
2380
  * @return {?}