Skip to content

Commit

Permalink
Fix channel support modal crash
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobozzz committed Jan 10, 2025
1 parent 7dfdc84 commit 41207ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,4 @@ <h1 i18n-title [title]="'Channel created on ' + (videoChannel.createdAt | ptDate
<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>

0 comments on commit 41207ff

Please sign in to comment.