Commit 391b5c50 authored by Mark Harding's avatar Mark Harding

(chore): do not run switch if no entity

1 merge request!373Refactor/es feeds
Pipeline #70071635 passed with stage
in 7 minutes and 41 seconds
<ng-container [ngSwitch]="entity.type">
<ng-container [ngSwitch]="entity.type" *ngIf="entity">
<ng-container *ngSwitchCase="'user'">
<ng-template dynamic-host></ng-template>
</ng-container>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment