Commit 1ea1f841 authored by Emiliano Balbuena's avatar Emiliano Balbuena
Browse files

(fix): Feature flag for "posts older" divider

parent 768c7a5f
Loading
Loading
Loading
Loading
+8 −6
Original line number Diff line number Diff line
@@ -39,12 +39,14 @@
        ></m-featured-content>
      </ng-container>

      <ng-container *mIfFeature="'top-feeds-by-age'">
        <div
          *ngIf="i === (feedsService.fallbackAtIndex | async)"
          class="m-feeds-sorted__fallbackLegend"
        >
          <span i18n>Posts older than {{ period | uppercase }}</span>
        </div>
      </ng-container>

      <ng-container *ngIf="entity$ | async as entity">
        <m-newsfeed__entity