Fix channel support modal crash

This commit is contained in:
Chocobozzz 2025-01-10 09:40:55 +01:00
parent 7dfdc843a8
commit 41207fff5c
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -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>