Fix channel support modal crash
This commit is contained in:
parent
7dfdc843a8
commit
41207fff5c
|
@ -123,4 +123,4 @@
|
|||
<router-outlet></router-outlet>
|
||||
</div>
|
||||
|
||||
<my-support-modal #supportModal [name]="videoChannel.displayName" [content]="videoChannel.support"></my-support-modal>
|
||||
<my-support-modal #supportModal [name]="videoChannel?.displayName" [content]="videoChannel?.support"></my-support-modal>
|
||||
|
|
Loading…
Reference in New Issue