All files / app/page/inbox/ref ref.component.html

75% Statements 6/8
50% Branches 1/2
100% Functions 0/0
100% Lines 4/4

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 81x 3x 3x   1x      
<ng-container *mobxAutorun>
  @if (query.error?.status !== 403) {
    <app-ref-list #list [page]="query.page"></app-ref-list>
  } @else {
    <div class="error-403" i18n>Access Denied</div>
  }
</ng-container>